Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
u1-liquid authored Sep 16, 2024
1 parent 2d19a58 commit 2e64cdd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion locales/en-US.yml
Original file line number Diff line number Diff line change
Expand Up @@ -909,7 +909,7 @@ followingVisibility: "Visibility of follows"
followersVisibility: "Visibility of followers"
continueThread: "View thread continuation"
deleteAccountConfirm: "This will irreversibly delete your account. Proceed?"
deleteAccountConfirm2: "This will irreversibly delete your account.\nPlease note that re-logging in after a deletion request will interrupt the deletion of your account.\nProceed?"
deleteAccountConfirmAndWarn: "This will irreversibly delete your account.\nPlease note that re-logging in after a deletion request will interrupt the deletion of your account.\nProceed?"
incorrectPassword: "Incorrect password."
voteConfirm: "Confirm your vote for \"{choice}\"?"
hide: "Hide"
Expand Down
2 changes: 1 addition & 1 deletion locales/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3666,7 +3666,7 @@ export interface Locale extends ILocale {
* ใ‚ขใ‚ซใ‚ฆใƒณใƒˆใฎๅ‰Š้™คใŒไธญๆ–ญใ•ใ‚Œใฆใ—ใพใ„ใพใ™ใฎใงใ”ๆณจๆ„ใใ ใ•ใ„ใ€‚
* ใ‚ˆใ‚ใ—ใ„ใงใ™ใ‹๏ผŸ
*/
"deleteAccountConfirm2": string;
"deleteAccountConfirmAndWarn": string;
/**
* ใƒ‘ใ‚นใƒฏใƒผใƒ‰ใŒ้–“้•ใฃใฆใ„ใพใ™ใ€‚
*/
Expand Down
2 changes: 1 addition & 1 deletion locales/ja-JP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,7 @@ followingVisibility: "ใƒ•ใ‚ฉใƒญใƒผใฎๅ…ฌ้–‹็ฏ„ๅ›ฒ"
followersVisibility: "ใƒ•ใ‚ฉใƒญใƒฏใƒผใฎๅ…ฌ้–‹็ฏ„ๅ›ฒ"
continueThread: "ใ•ใ‚‰ใซใ‚นใƒฌใƒƒใƒ‰ใ‚’่ฆ‹ใ‚‹"
deleteAccountConfirm: "ใ‚ขใ‚ซใ‚ฆใƒณใƒˆใŒๅ‰Š้™คใ•ใ‚Œใพใ™ใ€‚ใ‚ˆใ‚ใ—ใ„ใงใ™ใ‹๏ผŸ"
deleteAccountConfirm2: "ใ‚ขใ‚ซใ‚ฆใƒณใƒˆใŒๅ‰Š้™คใ•ใ‚Œใพใ™ใ€‚\nๅ‰Š้™คใƒชใ‚ฏใ‚จใ‚นใƒˆๅพŒใซๅ†ใƒญใ‚ฐใ‚คใƒณใ™ใ‚‹ใจ\nใ‚ขใ‚ซใ‚ฆใƒณใƒˆใฎๅ‰Š้™คใŒไธญๆ–ญใ•ใ‚Œใฆใ—ใพใ„ใพใ™ใฎใงใ”ๆณจๆ„ใใ ใ•ใ„ใ€‚\nใ‚ˆใ‚ใ—ใ„ใงใ™ใ‹๏ผŸ"
deleteAccountConfirmAndWarn: "ใ‚ขใ‚ซใ‚ฆใƒณใƒˆใŒๅ‰Š้™คใ•ใ‚Œใพใ™ใ€‚\nๅ‰Š้™คใƒชใ‚ฏใ‚จใ‚นใƒˆๅพŒใซๅ†ใƒญใ‚ฐใ‚คใƒณใ™ใ‚‹ใจ\nใ‚ขใ‚ซใ‚ฆใƒณใƒˆใฎๅ‰Š้™คใŒไธญๆ–ญใ•ใ‚Œใฆใ—ใพใ„ใพใ™ใฎใงใ”ๆณจๆ„ใใ ใ•ใ„ใ€‚\nใ‚ˆใ‚ใ—ใ„ใงใ™ใ‹๏ผŸ"
incorrectPassword: "ใƒ‘ใ‚นใƒฏใƒผใƒ‰ใŒ้–“้•ใฃใฆใ„ใพใ™ใ€‚"
voteConfirm: "ใ€Œ{choice}ใ€ใซๆŠ•็ฅจใ—ใพใ™ใ‹๏ผŸ"
hide: "้š ใ™"
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/src/pages/settings/other.vue
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ async function deleteAccount() {
{
const { canceled } = await os.confirm({
type: 'warning',
text: i18n.ts.deleteAccountConfirm2,
text: i18n.ts.deleteAccountConfirmAndWarn,
okWaitInitiate: 'dialog',
okWaitDuration: 5,
});
Expand Down

0 comments on commit 2e64cdd

Please sign in to comment.