diff --git a/projects/aca-content/assets/i18n/en.json b/projects/aca-content/assets/i18n/en.json index a21d36620..6e379dafe 100644 --- a/projects/aca-content/assets/i18n/en.json +++ b/projects/aca-content/assets/i18n/en.json @@ -105,7 +105,9 @@ "HEADER": { "BUTTONS": { "CREATE": "Create", - "UPLOAD": "Upload" + "CREATE_TOOLTIP": "Create content", + "UPLOAD": "Upload", + "UPLOAD_TOOLTIP": "Upload content" } }, "BROWSE": { diff --git a/projects/aca-content/src/lib/components/header-actions/header-actions.component.html b/projects/aca-content/src/lib/components/header-actions/header-actions.component.html index 6a80fe40f..9eec2c0a8 100644 --- a/projects/aca-content/src/lib/components/header-actions/header-actions.component.html +++ b/projects/aca-content/src/lib/components/header-actions/header-actions.component.html @@ -1,5 +1,7 @@ - @@ -8,7 +10,9 @@ -