Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2022-05-18 10:02:36 +0300
committerGitHub <noreply@github.com>2022-05-18 10:02:36 +0300
commite4fd044a08dd701afccbcd574c79099c518de220 (patch)
treee8ff0edc9e7e78b48f90f7c0cd3051d241b7d4b8 /src/components
parent3cc18f3a31147a1452ea802bc489055cada20982 (diff)
l10n: Delete dots
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Diffstat (limited to 'src/components')
-rw-r--r--src/components/LeftSidebar/ConversationsList/Conversation.vue4
1 files changed, 2 insertions, 2 deletions
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'))
}
},