update locales

This commit is contained in:
Zamitto 2024-05-26 22:25:09 -03:00
parent 1299eecc12
commit bd9b4d3385
8 changed files with 5 additions and 36 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

View file

@ -166,10 +166,7 @@ export function Header({ onSearch, onClear, search }: HeaderProps) {
onClick={handleClickRestartAndUpdate}
>
<SyncIcon size={12} />
<small>
New version {newVersion} available. Click here to restart and
install
</small>
<small>{t("version_available", { version: newVersion })}</small>
</button>
</header>
)}