From e4fd044a08dd701afccbcd574c79099c518de220 Mon Sep 17 00:00:00 2001 From: Valdnet <47037905+Valdnet@users.noreply.github.com> Date: Wed, 18 May 2022 09:02:36 +0200 Subject: l10n: Delete dots Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> --- src/components/LeftSidebar/ConversationsList/Conversation.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/components') diff --git a/src/components/LeftSidebar/ConversationsList/Conversation.vue b/src/components/LeftSidebar/ConversationsList/Conversation.vue index efffdfd83..170f20795 100644 --- a/src/components/LeftSidebar/ConversationsList/Conversation.vue +++ b/src/components/LeftSidebar/ConversationsList/Conversation.vue @@ -289,10 +289,10 @@ export default { async copyLinkToConversation() { try { await this.$copyText(this.linkToConversation) - showSuccess(t('spreed', 'Conversation link copied to clipboard.')) + showSuccess(t('spreed', 'Conversation link copied to clipboard')) } catch (error) { console.error('Error copying link: ', error) - showError(t('spreed', 'The link could not be copied.')) + showError(t('spreed', 'The link could not be copied')) } }, -- cgit v1.2.3