Polish translation update

This commit is contained in:
pswid
2024-04-26 09:11:16 +02:00
parent 3270139b01
commit a3b0e37060
24 changed files with 79 additions and 79 deletions

View File

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