[MM-22129] - Change "Copy Permalink" text in post options menu (#3950)

This commit is contained in:
Nev Angelova 2020-02-23 22:37:46 +02:00 committed by GitHub
parent f920f84307
commit a971e6820b
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}",