diff --git a/ext/src/_locales/en/messages.json b/ext/src/_locales/en/messages.json index 732330d..e782616 100755 --- a/ext/src/_locales/en/messages.json +++ b/ext/src/_locales/en/messages.json @@ -374,6 +374,11 @@ , "description": "Mirroring app ID option description." } + , "optionsOptionRecommended": { + "message": "recommended" + , "description": "Badge next to option label indicating boolean option is recommended enabled." + } + , "optionsReset": { "message": "Restore Defaults" , "description": "Restore default options button label." diff --git a/ext/src/ui/options/index.tsx b/ext/src/ui/options/index.tsx index d6914d4..e8cabfe 100644 --- a/ext/src/ui/options/index.tsx +++ b/ext/src/ui/options/index.tsx @@ -380,6 +380,9 @@ class OptionsApp extends Component<{}, OptionsAppState> {