mirror of https://github.com/jetkvm/kvm.git
add i18n support
This commit is contained in:
parent
353b58a835
commit
4842418ab6
|
@ -126,7 +126,7 @@ export default function SettingsVideoRoute() {
|
||||||
}
|
}
|
||||||
|
|
||||||
notifications.success(
|
notifications.success(
|
||||||
t('EDID_set_successfully_to_msg',edids.find(x => x.value === newEdid)?.label ?? t('the_custom_EDID'))
|
t('EDID_set_successfully_to_msg',{msg:edids.find(x => x.value === newEdid)?.label ?? t('the_custom_EDID')})
|
||||||
);
|
);
|
||||||
// Update the EDID value in the UI
|
// Update the EDID value in the UI
|
||||||
setEdid(newEdid);
|
setEdid(newEdid);
|
||||||
|
|
Loading…
Reference in New Issue