diff options
| -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" |
