Commit 4f2ebcaf authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Aplica traducción correcta a contenido incrustado

Corrige la clave de traducción incorrecta.

Actualiza submódulos.
parent 6e31594f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -204,12 +204,12 @@ define([
					height: 6,
					type: GenericDisplayer,
					props: {
						title: this.i18n.activityEmbeddedContent + ' #' + (i + 1),
						title: this.i18n.embeddedContent + ' #' + (i + 1),
						content: embeddedContentParentNode.firstChild
					}
				};

				var key = 'activityEmbeddedContent' + i;
				var key = 'embeddedContent' + i;
				keys.push(key);

				this._addWidget(key, config);
Compare c578ef39 to a90f8c4d
Original line number Diff line number Diff line
Subproject commit c578ef393cb24b9ca22fe69237e204acda011c08
Subproject commit a90f8c4d41536a852552aa9e9572169c342e824d
Compare 8b29ee12 to dd060cf9
Original line number Diff line number Diff line
Subproject commit 8b29ee12a03bea4830a7327910ee7acd79b35252
Subproject commit dd060cf9e879317d7c6c10fb03937bd91810f5a1