mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
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:
committed by
Joram Wilander
parent
8005911ff6
commit
48ea4bc6f6
@@ -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.')));
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
@@ -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: ",
|
||||
|
||||
Reference in New Issue
Block a user