mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
Fix locale message name typo
This commit is contained in:
@@ -213,7 +213,7 @@
|
||||
"message": "Enable media element overlay (experimental)"
|
||||
, "description": "Experimental-labelled version of above."
|
||||
}
|
||||
, "optionsMediaOverlayEnabledDescrption": {
|
||||
, "optionsMediaOverlayEnabledDescription": {
|
||||
"message": "Overlay on media elements displaying information about the current session if connected."
|
||||
, "description": "Media element overlay option description."
|
||||
}
|
||||
|
||||
@@ -209,7 +209,7 @@ class OptionsApp extends Component<{}, OptionsAppState> {
|
||||
{ _("optionsMediaOverlayEnabledTemp") }
|
||||
</div>
|
||||
<div className="option__description">
|
||||
{ _("optionsMediaOverlayEnabledDescrption") }
|
||||
{ _("optionsMediaOverlayEnabledDescription") }
|
||||
</div>
|
||||
</label>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user