diff --git a/client/modules/IDE/pages/IDEView.jsx b/client/modules/IDE/pages/IDEView.jsx
index 9f010c167d..90c2c4b4fb 100644
--- a/client/modules/IDE/pages/IDEView.jsx
+++ b/client/modules/IDE/pages/IDEView.jsx
@@ -457,15 +457,15 @@ class IDEView extends React.Component {
)}
{this.props.location.pathname.match(/add-to-collection$/) && (
}
isFixedHeight
@@ -479,8 +479,8 @@ class IDEView extends React.Component {
)}
{this.props.ide.shareModalVisible && (
{
const { response } = error;
diff --git a/translations/locales/en-US/translations.json b/translations/locales/en-US/translations.json
index 7b0b7196fb..8c54806844 100644
--- a/translations/locales/en-US/translations.json
+++ b/translations/locales/en-US/translations.json
@@ -88,7 +88,8 @@
"SketchSaved": "Sketch saved.",
"SketchFailedSave": "Failed to save sketch.",
"AutosaveEnabled": "Autosave enabled.",
- "LangChange": "Language changed"
+ "LangChange": "Language changed",
+ "SettingsSaved": "Settings saved."
},
"Toolbar": {
"Preview": "Preview",
@@ -198,12 +199,18 @@
},
"Common": {
"Error": "Error",
+ "ErrorARIA": "Error",
"Save": "Save",
"p5logoARIA": "p5.js Logo",
"DeleteConfirmation": "Are you sure you want to delete {{name}}?"
},
"IDEView": {
- "SubmitFeedback": "Submit Feedback"
+ "SubmitFeedback": "Submit Feedback",
+ "SubmitFeedbackARIA": "submit-feedback",
+ "AddCollectionTitle": "Add to collection",
+ "AddCollectionARIA":"add to collection",
+ "ShareTitle": "Share",
+ "ShareARIA":"share"
},
"NewFileModal": {
"Title": "Create File",
diff --git a/translations/locales/es-419/translations.json b/translations/locales/es-419/translations.json
index e9d314bfc4..089c676872 100644
--- a/translations/locales/es-419/translations.json
+++ b/translations/locales/es-419/translations.json
@@ -88,7 +88,8 @@
"SketchSaved": "Bosquejo guardado.",
"SketchFailedSave": "Fallo al guardar el bosquejo.",
"AutosaveEnabled": "Grabado automático activado.",
- "LangChange": "Lenguaje cambiado"
+ "LangChange": "Lenguaje cambiado",
+ "SettingsSaved": "Configuración guardada."
},
"Toolbar": {
"Preview": "Vista previa",
@@ -198,12 +199,18 @@
},
"Common": {
"Error": "Error",
+ "ErrorARIA": "Error",
"Save": "Guardar",
"p5logoARIA": "Logo p5.js ",
"DeleteConfirmation": "¿Estás seguro que quieres borrar {{name}}?"
},
"IDEView": {
- "SubmitFeedback": "Enviar retroalimentación"
+ "SubmitFeedback": "Enviar retroalimentación",
+ "SubmitFeedbackARIA": "Enviar retroalimentación",
+ "AddCollectionTitle": "Agregar a colección",
+ "AddCollectionARIA":"Agregar a colección",
+ "ShareTitle": "Compartir",
+ "ShareARIA":"compartir"
},
"NewFileModal": {
"Title": "Crear Archivo",