FIX: displays text of asset-version changed modal (#7631)

This commit is contained in:
Joffrey JAFFEUX 2019-05-29 15:38:14 +02:00 committed by GitHub
parent 20e783337d
commit 05206a61ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -17,9 +17,7 @@ export default {
// Since we can do this transparently for people browsing the forum
// hold back the message 24 hours.
Ember.run.later(() => {
bootbox.confirm(I18n.lookup("assets_changed_confirm"), function(
result
) {
bootbox.confirm(I18n.t("assets_changed_confirm"), function(result) {
if (result) {
document.location.reload();
}