MM-46577: Remove empty translation strings (#20876)
We replace the empty translation key with <untranslated> which is ignored by the translation check tool. https://mattermost.atlassian.net/browse/MM-46577 ```release-note NONE ```
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
e8a45a8cf7
Коммит
c72e9131f4
@@ -84,8 +84,7 @@ func TestGetLatestVersion(t *testing.T) {
|
||||
}))
|
||||
defer ts.Close()
|
||||
|
||||
_, err := th.App.GetLatestVersion(errorServer.URL)
|
||||
require.NotNil(t, err)
|
||||
require.Equal(t, "app.admin.latest_version_external_error.failure", err.Id)
|
||||
_, appErr := th.App.GetLatestVersion(errorServer.URL)
|
||||
require.NotNil(t, appErr)
|
||||
})
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user