Skip to content
Snippets Groups Projects
Unverified Commit 3826a820 authored by syuilo's avatar syuilo
Browse files

[Client] Fix i18n

Closes #3192
parent 625eb376
No related branches found
No related tags found
No related merge requests found
......@@ -23,8 +23,8 @@ export default async function($root: any, force = false, silent = false) {
if (!silent) {
$root.$dialog({
title: '%i18n:common.update-available-title%',
text: '%i18n:common.update-available%'.replace('{newer}', newer).replace('{current}', current)
title: $root.$t('@.update-available-title'),
text: $root.$t('@.update-available', { newer, current })
});
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment