Polish translation update

This commit is contained in:
pswid
2023-12-22 10:45:37 +01:00
parent 225e482814
commit b4b2531e33
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([]);
});