- Change "Copy Permalink" text in post options menu (#3957)
This commit is contained in:
parent
d28e747688
commit
bacbc5a734
2 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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}",
|
||||
|
|
|
|||
Loading…
Reference in a new issue