diff --git a/app/assets/javascripts/samples/sample_datatable.js.erb b/app/assets/javascripts/samples/sample_datatable.js.erb
index bdd205888..b73c975b3 100644
--- a/app/assets/javascripts/samples/sample_datatable.js.erb
+++ b/app/assets/javascripts/samples/sample_datatable.js.erb
@@ -980,11 +980,11 @@ function changeToEditMode() {
'' + generateColumnNameTooltip(thederName) + ' ' +
'' +
'' +
- '' +
- '' +
- ' ' +
- '' +
- '' +
+ '">' +
+ '">' +
+ '"> ' +
+ '">' +
+ '">' +
'
';
dropdownList.append(html);
}
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 8fc727208..24feac10a 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -805,6 +805,8 @@ en:
samples:
columns: "Columns"
+ columns_visibility: "Toggle visibility"
+ columns_delete: "Delete"
types_and_groups: "Types and groups"
actions: "Actions"
add_new_sample: "Add new sample"
@@ -1457,6 +1459,7 @@ en:
# application.
general:
+ save: "Save"
update: "Update"
edit: "Edit"
cancel: "Cancel"