mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 04:45:47 +01:00
add translation for buttons: update_available.js
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import BasicWidget from "../basic_widget.js";
|
||||
import { t } from "../../services/i18n.js";
|
||||
|
||||
const TPL = `
|
||||
<div style="display: none;">
|
||||
@@ -23,7 +23,7 @@ const TPL = `
|
||||
}
|
||||
</style>
|
||||
|
||||
<span class="bx bx-sync global-menu-button-update-available-button" title="Update available"></span>
|
||||
<span class="bx bx-sync global-menu-button-update-available-button" title="${t('update_available.update_available')}"></span>
|
||||
</div>
|
||||
`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user