From 2e798bd1ec173533a7845913a20d1d534e3a78a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=8Carodej?= Date: Wed, 1 Jun 2022 10:59:59 +0200 Subject: [PATCH] - navigation bar long title is now allowed --- config/language-translations.php | 2 +- resources/js/components/Layout/Toolbars/NavigationBar.vue | 6 +++--- resources/js/components/UI/Others/MemberAvatar.vue | 4 +++- resources/js/views/Admin/Settings/AppSettingsTabs/Index.vue | 4 ++-- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/config/language-translations.php b/config/language-translations.php index 3fe344e4..c66ad9e4 100644 --- a/config/language-translations.php +++ b/config/language-translations.php @@ -910,7 +910,7 @@ return [ 'new_team_invitation' => 'New Team Invitation', 'x_invite_to_join_team' => ':name invite you to join into Team Folder.', 'team_invitation_notify_title' => 'You are invited to collaboration with team folder in :app', - 'team_invitation_notify_desc' => 'You are invited to collaboration with team folder', + 'team_invitation_notify_desc' => 'You are invited to collaboration with team folder.', 'team_invitation_notify_desc_without_account' => 'You are invited to collaboration with team folder. But at first, you have to create an account to proceed into team folder.', 'join_into_team_folder' => 'Join into Team Folder', 'join_and_create_account' => 'Join & Create an Account', diff --git a/resources/js/components/Layout/Toolbars/NavigationBar.vue b/resources/js/components/Layout/Toolbars/NavigationBar.vue index 36d2f492..fafa7d69 100644 --- a/resources/js/components/Layout/Toolbars/NavigationBar.vue +++ b/resources/js/components/Layout/Toolbars/NavigationBar.vue @@ -1,5 +1,5 @@