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 %}Action{% endblocktrans %}

+

{% blocktrans trimmed %}Action{% endblocktrans %}

-

{% 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 %}Advanced configuration{% endblocktrans %}

+

{% blocktrans trimmed %}Advanced configuration{% endblocktrans %}

-

{% 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 %}Rules{% endblocktrans %}

+

{% blocktrans trimmed %}Rules{% endblocktrans %}

-

{% blocktrans %}Define the following action rules: +

{% blocktrans trimmed %}Define the following action rules: