mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Update translation
Make it so warning appears all the time
This commit is contained in:
parent
0bd4dd7e69
commit
7f629d21e9
@ -164,12 +164,10 @@
|
||||
<input type="number" class="form-control" name="server_port" id="server_port"
|
||||
value="{{ data['server_stats']['server_id']['server_port'] }}" step="1" max="65566" min="1"
|
||||
required>
|
||||
{% if data['user_data']['hints'] %}
|
||||
<span data-html="true" class="port-hint text-center" title="<i class='fa fa-info-circle'></i> " ,
|
||||
data-content="{{
|
||||
translate('serverConfig', 'statsHint1' , data['lang'])}} <br> <br> <strong>{{ translate('serverConfig', 'statsHint2', data['lang'])}}</strong>"
|
||||
, data-placement="right"></span>
|
||||
{% end %}
|
||||
</div>
|
||||
{% end %}
|
||||
|
||||
|
@ -341,7 +341,7 @@
|
||||
"shutdownTimeout": "Shutdown Timeout",
|
||||
"timeoutExplain1": "How long Crafty will wait for your server to shutdown after executing the",
|
||||
"timeoutExplain2": "command before it forces the process down.",
|
||||
"statsHint1": "The port your server is running on should go here.",
|
||||
"statsHint1": "The port your server is running on should go here. This is just how Crafty opens a connection to your server for stats.",
|
||||
"statsHint2": "This does not change the port of your server. You must still change the port in your server config file."
|
||||
},
|
||||
"serverConfigHelp": {
|
||||
|
Loading…
Reference in New Issue
Block a user