FIX: displays text of asset-version changed modal (#7631)
This commit is contained in:
parent
20e783337d
commit
05206a61ab
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue