diff --git a/trove_dashboard/content/database_backups/templates/database_backups/_backup_details_help.html b/trove_dashboard/content/database_backups/templates/database_backups/_backup_details_help.html index 21cf270..163ef75 100644 --- a/trove_dashboard/content/database_backups/templates/database_backups/_backup_details_help.html +++ b/trove_dashboard/content/database_backups/templates/database_backups/_backup_details_help.html @@ -1,4 +1,4 @@ {% load i18n %} -
{% blocktrans %}Specify the details for the database backup.{% endblocktrans %}
-{% blocktrans %}You can perform an incremental backup by specifying a parent backup. However, not all databases support incremental backups in which case this operation will result in an error.{% endblocktrans %}
+{% blocktrans trimmed %}Specify the details for the database backup.{% endblocktrans %}
+{% blocktrans trimmed %}You can perform an incremental backup by specifying a parent backup. However, not all databases support incremental backups in which case this operation will result in an error.{% endblocktrans %}
diff --git a/trove_dashboard/content/database_clusters/templates/database_clusters/_reset_password.html b/trove_dashboard/content/database_clusters/templates/database_clusters/_reset_password.html index 1d91755..a95023a 100644 --- a/trove_dashboard/content/database_clusters/templates/database_clusters/_reset_password.html +++ b/trove_dashboard/content/database_clusters/templates/database_clusters/_reset_password.html @@ -14,11 +14,11 @@{% blocktrans %}Specify the new root password for vertica cluster.{% endblocktrans %}
+{% blocktrans trimmed %}Specify the new root password for vertica cluster.{% endblocktrans %}
{% blocktrans %}Optionally choose to create this database using a previous backup, or as a replica of another database instance.{% endblocktrans %}
+{% blocktrans trimmed %}Optionally choose to create this database using a previous backup, or as a replica of another database instance.{% endblocktrans %}
diff --git a/trove_dashboard/content/databases/templates/databases/_launch_details_help.html b/trove_dashboard/content/databases/templates/databases/_launch_details_help.html index aba6b7a..37aeb33 100644 --- a/trove_dashboard/content/databases/templates/databases/_launch_details_help.html +++ b/trove_dashboard/content/databases/templates/databases/_launch_details_help.html @@ -1,4 +1,4 @@ {% load i18n %} -{% blocktrans %}Specify the details for launching an instance.{% endblocktrans %}
-{% blocktrans %}Please note: The value specified in the Volume Size field should be greater than 0, however, some configurations do not support specifying volume size. If specifying the volume size results in an error stating volume support is not enabled, enter 0.{% endblocktrans %}
+{% blocktrans trimmed %}Specify the details for launching an instance.{% endblocktrans %}
+{% blocktrans trimmed %}Please note: The value specified in the Volume Size field should be greater than 0, however, some configurations do not support specifying volume size. If specifying the volume size results in an error stating volume support is not enabled, enter 0.{% endblocktrans %}
diff --git a/trove_dashboard/content/databases/templates/databases/_launch_initialize_help.html b/trove_dashboard/content/databases/templates/databases/_launch_initialize_help.html index 1d4f107..408b62c 100644 --- a/trove_dashboard/content/databases/templates/databases/_launch_initialize_help.html +++ b/trove_dashboard/content/databases/templates/databases/_launch_initialize_help.html @@ -5,14 +5,14 @@database1, database2, database3
{% blocktrans %}Create an optional initial user. +
{% blocktrans trimmed %}Create an optional initial user. This user will have access to all databases you create.{% endblocktrans %}
- {% blocktrans %} + {% blocktrans trimmed %} Move networks from 'Available Networks' to 'Selected Networks' by clicking the button, or dragging and dropping. You can change the NIC order by dragging and dropping as well.