Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

辞書保存ダイアログ・ツールバーカスタマイズの編集破棄の案内がわかりにくかったので修正 #2069

Conversation

Hiroshiba
Copy link
Member

内容

「単語の追加・変更を破棄しますか?このまま続行すると、単語の追加・変更は破棄されてリセットされます。」という文言に対し「キャンセル」「続行」となってた。
続行が何を示すのかわからなかったので案内を変更しました。

あと「このまま」という代名詞で分かりにくいので条件を崩しました。

その他

@Hiroshiba Hiroshiba requested a review from a team as a code owner May 8, 2024 06:26
@@ -559,7 +559,7 @@ const isDeletable = computed(() => !!selectedId.value);
const deleteWord = async () => {
const result = await store.dispatch("SHOW_WARNING_DIALOG", {
title: "登録された単語を削除しますか?",
message: "削除された単語は復旧できません。",
message: "削除された単語は元に戻せません。",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ついでに言葉が難しかったので変えました

Copy link
Member

@Segu-g Segu-g left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@Hiroshiba
Copy link
Member Author

レビューありがとうございます!! マージします!

@Hiroshiba Hiroshiba merged commit df8aabd into VOICEVOX:main May 21, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants