Update permalink error message (#3427)
* Clarify permalink error message * Clarify permalink error message en.json * Update global_actions.jsx * Update en.json
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
8005911ff6
Коммит
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.')));
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user