Update translations

This commit is contained in:
Nicola Benaglia
2025-05-15 19:02:12 +02:00
parent f6dccdfb2d
commit 3e6d2f5e4b
5 changed files with 98 additions and 30 deletions

View File

@@ -155,7 +155,9 @@ export const Save = ({ isDesktop, disableWidth, myName }) => {
const fee = await getFee('ARBITRARY');
await show({
message: t('core:save.publish_qnd', { postProcess: 'capitalize' }),
message: t('core:save_options.publish_qnd', {
postProcess: 'capitalize',
}),
publishFee: fee.fee + ' QORT',
});
const response = await new Promise((res, rej) => {
@@ -184,7 +186,7 @@ export const Save = ({ isDesktop, disableWidth, myName }) => {
setSettingsQdnLastUpdated(Date.now());
setInfoSnack({
type: 'success',
message: t('core:message.success.publish_qdn', {
message: t('core:message.success.published_qdn', {
postProcess: 'capitalize',
}),
});