mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 07:21:58 +00:00
Some better namespaced text.
This commit is contained in:
@@ -154,10 +154,10 @@ class PluginLoader extends Logger {
|
||||
onCancel={() => {
|
||||
// do nothing
|
||||
}}
|
||||
strTitle={`Uninstall ${name}`}
|
||||
strOKButtonText={'Uninstall'}
|
||||
strTitle={t('plugin_uninstall_title', name)}
|
||||
strOKButtonText={t('plugin_uninstall_button')}
|
||||
>
|
||||
{t('plugin_uninstall', name)}
|
||||
{t('plugin_uninstall_desc', name)}
|
||||
</ConfirmModal>,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user