diff --git a/disaster_recovery/actions/templates/actions/_action.html b/disaster_recovery/actions/templates/actions/_action.html index 775cc97..2c7b184 100644 --- a/disaster_recovery/actions/templates/actions/_action.html +++ b/disaster_recovery/actions/templates/actions/_action.html @@ -2,9 +2,9 @@ {% block help_message %} -
{% blocktrans %}An action is the simplest execution within a job, it could be a backup or a restore +
{% blocktrans trimmed %}An action is the simplest execution within a job, it could be a backup or a restore and it contains rules that the action must follow (max retries, interval between executions, etc).{% endblocktrans %}
diff --git a/disaster_recovery/actions/templates/actions/_advanced.html b/disaster_recovery/actions/templates/actions/_advanced.html index f70bc4e..3c761ea 100644 --- a/disaster_recovery/actions/templates/actions/_advanced.html +++ b/disaster_recovery/actions/templates/actions/_advanced.html @@ -2,10 +2,10 @@ {% block help_message %} -
{% blocktrans %}Define extra information for the action executed by the client.{% endblocktrans %}
+{% blocktrans trimmed %}Define extra information for the action executed by the client.{% endblocktrans %}
{% endblock %} - \ No newline at end of file + diff --git a/disaster_recovery/actions/templates/actions/_rules.html b/disaster_recovery/actions/templates/actions/_rules.html index 5999642..f896c84 100644 --- a/disaster_recovery/actions/templates/actions/_rules.html +++ b/disaster_recovery/actions/templates/actions/_rules.html @@ -2,9 +2,9 @@ {% block help_message %} -{% blocktrans %}Define the following action rules: +
{% blocktrans trimmed %}Define the following action rules:
{% blocktrans %}The snapshot technologies currently supported are LVM for Linux and Volume Shadow Copy for Windows.{% endblocktrans %}
+{% blocktrans trimmed %}The snapshot technologies currently supported are LVM for Linux and Volume Shadow Copy for Windows.{% endblocktrans %}
-{% blocktrans %}For Linux, in order to use snapshot features, the data has to reside on an LVM volume.{% endblocktrans %}
+{% blocktrans trimmed %}For Linux, in order to use snapshot features, the data has to reside on an LVM volume.{% endblocktrans %}
{% endblock %} - \ No newline at end of file + diff --git a/disaster_recovery/jobs/templates/jobs/_info.html b/disaster_recovery/jobs/templates/jobs/_info.html index d4c87f7..f760a9e 100644 --- a/disaster_recovery/jobs/templates/jobs/_info.html +++ b/disaster_recovery/jobs/templates/jobs/_info.html @@ -1,13 +1,13 @@ {% load i18n horizon humanize %} {% block help_message %} -{% blocktrans %}Describes actions to be executed by a client.{% endblocktrans %}
-{% blocktrans %}Job executions can be executed and scheduled, by providing the following settings.{% endblocktrans %}
+{% blocktrans trimmed %}Describes actions to be executed by a client.{% endblocktrans %}
+{% blocktrans trimmed %}Job executions can be executed and scheduled, by providing the following settings.{% endblocktrans %}
-{% endblock %} \ No newline at end of file +{% endblock %}