Skip to content

Commit 46277a3

Browse files
committed
chore: add i18n wrapper
1 parent 8924ccf commit 46277a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/components/PluginUpdateNotice.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export default function PluginUpdateNotice() {
8080
marginBottom: 10
8181
}}
8282
>
83-
{isLoadingUpdatePlugin ? 'Updating...' : 'Update Now'}
83+
{isLoadingUpdatePlugin ? __('Updating...') : __('Update Now')}
8484
</Button>
8585

8686
{updateResponse.status && (

0 commit comments

Comments
 (0)