<%= scope.textAddress %>
+ <% if (!android) { %><%= scope.textAddress %>
<% } %>
-
+ <% if (android) { %><%= scope.textAddress %><% } %>diff --git a/apps/presentationeditor/mobile/app/template/AddImage.template b/apps/presentationeditor/mobile/app/template/AddImage.template index 0ac3570e4..f5bbcb0c8 100644 --- a/apps/presentationeditor/mobile/app/template/AddImage.template +++ b/apps/presentationeditor/mobile/app/template/AddImage.template @@ -40,12 +40,13 @@-<%= scope.textAddress %>+ <% if (!android) { %><%= scope.textAddress %><% } %>
-
+ <% if (android) { %><%= scope.textAddress %><% } %>diff --git a/apps/spreadsheeteditor/mobile/app/template/AddOther.template b/apps/spreadsheeteditor/mobile/app/template/AddOther.template index b3f467468..f20d083e8 100644 --- a/apps/spreadsheeteditor/mobile/app/template/AddOther.template +++ b/apps/spreadsheeteditor/mobile/app/template/AddOther.template @@ -82,12 +82,13 @@-<%= scope.textAddress %>+ <% if (!android) { %><%= scope.textAddress %><% } %>
-
+ <% if (android) { %><%= scope.textAddress %><% } %>
-
-