- Change "Copy Permalink" text in post options menu (#3957)

This commit is contained in:
Mattermost Build 2020-02-25 15:52:12 +01:00 committed by GitHub
parent d28e747688
commit bacbc5a734
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -122,7 +122,7 @@ export default class PostOptions extends PureComponent {
if (canCopyPermalink) {
const key = 'permalink';
const icon = 'link';
const message = {id: t('get_post_link_modal.title'), defaultMessage: 'Copy Permalink'};
const message = {id: t('get_post_link_modal.title'), defaultMessage: 'Copy Link'};
const onPress = this.handleCopyPermalink;
return this.getOption(key, icon, message, onPress);

View file

@ -80,7 +80,7 @@
"edit_post.save": "Save",
"file_attachment.download": "Download",
"file_upload.fileAbove": "File above {max} cannot be uploaded: {filename}",
"get_post_link_modal.title": "Copy Permalink",
"get_post_link_modal.title": "Copy Link",
"integrations.add": "Add",
"intro_messages.anyMember": " Any member can join and read this channel.",
"intro_messages.beginning": "Beginning of {name}",