Skip to content

Commit

Permalink
fix(ui): correct grammar
Browse files Browse the repository at this point in the history
Signed-off-by: Naylin Medina <[email protected]>
  • Loading branch information
Naylin15 authored and DIOHz0r committed Dec 21, 2018
1 parent f96345c commit 3687c3d
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion tpl/agent_fleet.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<table class='tab_cadre_fixehov'>
<tr>
<th>{{ __('ID') }}</th>
<th>{{ __('name') }}</th>
<th>{{ __('Name') }}</th>
</tr>
{% for agent in agents %}
{% if loop.index > start and loop.index <= stop %}
Expand Down
12 changes: 6 additions & 6 deletions tpl/config-messagequeue.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,14 @@
<td>{{ __('Cipher suite (TLS enabled)', 'flyvemdm') }}</td>
<td><input type="text" name="mqtt_broker_tls_ciphers"
value="{{ config.mqtt_broker_tls_ciphers }}"></td>
<td>{{ __('Mqtt broker cipher suite', 'flyvemdm') }}</td>
<td>{{ __('MQTT broker cipher suite', 'flyvemdm') }}</td>
</tr>
<tr class="">
<td>test</td>
{# <tr class="">
<td>Test</td>
<td><input type="button" id="pluginFlyvemdm-mqtt-test"
name="mqtt-test" value="{{ __('test', 'flyvemdm') }}" class="submit"><span
name="mqtt-test" value="{{ __('Test connection', 'flyvemdm') }}" class="submit"><span
id="pluginFlyvemdm-test-feedback"></span></td>
</tr>
</tr> #}
<tr>
<th colspan="3" class="">{{ __('Client certificate server (Broker MQTT with TLS enabled)', 'flyvemdm') }}</th>
</tr>
Expand All @@ -83,7 +83,7 @@
<td></td>
</tr>
<tr class="tab_bg_1">
<td>{{ __('Ssl certificate server for MQTT clients', 'flyvemdm') }}</td>
<td>{{ __('SSL certificate server for MQTT clients', 'flyvemdm') }}</td>
<td><input type="text" name="ssl_cert_url" value="{{ config.ssl_cert_url }}"></td>
<td>{{ __('https://cert.domain.com/path/to/service', 'flyvemdm') }}</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion tpl/config.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</tr>
<tr class="tab_bg_1">
<td>{{ __('Allow upload of APK and UPK files', 'flyvemdm') }}</td>
<td><input type="submit" class="submit" name="addDocTypes" value="{{ __('add document types', 'flyvemdm') }}"></td>
<td><input type="submit" class="submit" name="addDocTypes" value="{{ __('Add document types', 'flyvemdm') }}"></td>
<td></td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion tpl/file.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</tr>
<tr class='tab_bg_1'>
<td>
{{ __('file size', 'flyvemdm') }}
{{ __('File size', 'flyvemdm') }}
</td>
<td>
{{ file.filesize|fileSize }}
Expand Down
2 changes: 1 addition & 1 deletion tpl/fleet_policy.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{% if canEdit %}
{{ addForm.begin|raw }}
<table class='tab_cadre_fixe'>
<tr class='tab_bg_2'><th colspan='2'>{{ __('apply a policy', 'flyvemdm') }}</th></tr>
<tr class='tab_bg_2'><th colspan='2'>{{ __('Apply a policy', 'flyvemdm') }}</th></tr>
<tr>
<td>{{ __('Policy', 'flyvemdm') }}</td>
<td>{{ task.policy|raw }}</td>
Expand Down
2 changes: 1 addition & 1 deletion tpl/package.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
{{ package.version }}
</td>
<td>
{{ __('file size', 'flyvemdm') }}
{{ __('File size', 'flyvemdm') }}
</td>
<td>
{{ package.filesize|fileSize }}
Expand Down

0 comments on commit 3687c3d

Please sign in to comment.