Update permalink error message (#3427)

* Clarify permalink error message

* Clarify permalink error message en.json

* Update global_actions.jsx

* Update en.json
This commit is contained in:
Eric Sethna
2016-06-28 12:11:51 -07:00
committed by Joram Wilander
parent 8005911ff6
commit 48ea4bc6f6
2 changed files with 2 additions and 2 deletions

View File

@@ -155,7 +155,7 @@ export function emitPostFocusEvent(postId) {
doFocusPost(channelId, postId, data);
},
() => {
browserHistory.push('/error?message=' + encodeURIComponent(Utils.localizeMessage('permalink.error.access', 'Permalink belongs to a channel you do not have access to')));
browserHistory.push('/error?message=' + encodeURIComponent(Utils.localizeMessage('permalink.error.access', 'Permalink belongs to a deleted message or to a channel to which you do not have access.')));
}
);
}

View File

@@ -1113,7 +1113,7 @@
"password_send.title": "Password Reset",
"pending_post_actions.cancel": "Cancel",
"pending_post_actions.retry": "Retry",
"permalink.error.access": "Permalink belongs to a channel you do not have access to",
"permalink.error.access": "Permalink belongs to a deleted message or to a channel to which you do not have access.",
"post_attachment.collapse": "Show less...",
"post_attachment.more": "Show more...",
"post_body.commentedOn": "Commented on {name}{apostrophe} message: ",