Extract string
This commit is contained in:
parent
7ca217f753
commit
981e3866d3
2 changed files with 2 additions and 1 deletions
|
@ -412,6 +412,7 @@
|
|||
"developerMode":"Developer mode",
|
||||
"developerModeWarning":"Are you sure that you want to modify Developer settings?",
|
||||
"developerSettings": "Developer settings",
|
||||
"serverEndpoint": "Server endpoint",
|
||||
"invalidURL": "Invalid URL",
|
||||
"invalidURLMessage": "Sorry, the URL you entered is invalid. Please enter a valid URL and try again.",
|
||||
"endpointUpdatedMessage": "Endpoint updated successfully"
|
||||
|
|
|
@ -39,7 +39,7 @@ class _DeveloperSettingsPageState extends State<DeveloperSettingsPage> {
|
|||
TextField(
|
||||
controller: _urlController,
|
||||
decoration: InputDecoration(
|
||||
labelText: 'Server Endpoint',
|
||||
labelText: context.l10n.serverEndpoint,
|
||||
hintText: Configuration.instance.getHttpEndpoint(),
|
||||
),
|
||||
autofocus: true,
|
||||
|
|
Loading…
Add table
Reference in a new issue