diff options
| author | Tusooa Zhu <tusooa@kazv.moe> | 2022-02-11 10:18:20 -0500 |
|---|---|---|
| committer | tusooa <tusooa@kazv.moe> | 2023-01-20 23:39:09 -0500 |
| commit | 51ade260660b1a6586b5c0091d89c9701b684870 (patch) | |
| tree | daafe2a1a6a9eeb7cd01ec075d57baea36c3270d /src | |
| parent | 8c8a8232c8c23f706b82c03c7ddadbd94ca2f3df (diff) | |
Fix logout confirm dialog title
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/desktop_nav/desktop_nav.vue | 2 | ||||
| -rw-r--r-- | src/components/mobile_nav/mobile_nav.vue | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/components/desktop_nav/desktop_nav.vue b/src/components/desktop_nav/desktop_nav.vue index 7db94a37..0f5b3136 100644 --- a/src/components/desktop_nav/desktop_nav.vue +++ b/src/components/desktop_nav/desktop_nav.vue @@ -78,7 +78,7 @@ </div> <confirm-modal :showing="showingConfirmLogout" - :title="$t('login.mute_confirm_title')" + :title="$t('login.logout_confirm_title')" :confirm-text="$t('login.logout_confirm_accept_button')" :cancel-text="$t('login.logout_confirm_cancel_button')" @accepted="doLogout" diff --git a/src/components/mobile_nav/mobile_nav.vue b/src/components/mobile_nav/mobile_nav.vue index de97624b..0f23b7ac 100644 --- a/src/components/mobile_nav/mobile_nav.vue +++ b/src/components/mobile_nav/mobile_nav.vue @@ -90,7 +90,7 @@ /> <confirm-modal :showing="showingConfirmLogout" - :title="$t('login.mute_confirm_title')" + :title="$t('login.logout_confirm_title')" :confirm-text="$t('login.logout_confirm_accept_button')" :cancel-text="$t('login.logout_confirm_cancel_button')" @accepted="doLogout" |
