Update translation

Make it so warning appears all the time
This commit is contained in:
Andrew 2022-12-19 19:42:40 -05:00
parent 0bd4dd7e69
commit 7f629d21e9
2 changed files with 1 additions and 3 deletions

View File

@ -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 %}

View File

@ -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": {