polish translations from dev.7

This commit is contained in:
Proddy
2023-12-28 14:38:55 +01:00
parent 8cd0a9a761
commit 16dc82da1c
20 changed files with 51 additions and 60 deletions

View File

@@ -33,7 +33,7 @@ export const useRest = <D>({ read, update }: RestRequestOptions2<D>) => {
};
onWriteSuccess(() => {
toast.success(LL.UPDATED_OF(LL.SETTINGS()));
toast.success(LL.UPDATED_OF(LL.SETTINGS(0)));
setDirtyFlags([]);
});