Use string interpolation
This commit is contained in:
@@ -163,7 +163,7 @@ export default Vue.extend({
|
||||
});
|
||||
break;
|
||||
default:
|
||||
alert('%i18n:@unhandled-error% ' + err);
|
||||
alert(`%i18n:@unhandled-error% ${err}`);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user