diff --git a/UI/Common/English.lproj/Localizable.strings b/UI/Common/English.lproj/Localizable.strings
index 117952d1b..8da485e51 100644
--- a/UI/Common/English.lproj/Localizable.strings
+++ b/UI/Common/English.lproj/Localizable.strings
@@ -41,6 +41,8 @@
= "Potentially anyone on the Internet will be able to access your address book \"%{0}\", even if they do not have an account on this system. Is this information suitable for the public Internet?";
"Give Access" = "Give Access";
"Keep Private" = "Keep Private";
+"Expand" = "Expand";
+"Reduce" = "Reduce";
/* generic.js */
"Unable to subscribe to that folder!"
diff --git a/UI/Templates/ContactsUI/UIxContactEditorTemplate.wox b/UI/Templates/ContactsUI/UIxContactEditorTemplate.wox
index d170d9514..d96e9037b 100644
--- a/UI/Templates/ContactsUI/UIxContactEditorTemplate.wox
+++ b/UI/Templates/ContactsUI/UIxContactEditorTemplate.wox
@@ -13,6 +13,8 @@
+ {{ ::'Reduce' | loc }}
+ {{ ::'Expand' | loc }}
{{ centerIsClose ? 'fullscreen_exit' : 'fullscreen' }}
contacts
diff --git a/UI/Templates/ContactsUI/UIxContactViewTemplate.wox b/UI/Templates/ContactsUI/UIxContactViewTemplate.wox
index 8b0e7eea7..ee93253ca 100644
--- a/UI/Templates/ContactsUI/UIxContactViewTemplate.wox
+++ b/UI/Templates/ContactsUI/UIxContactViewTemplate.wox
@@ -13,6 +13,8 @@
+ {{ ::'Reduce' | loc }}
+ {{ ::'Expand' | loc }}
{{ centerIsClose ? 'fullscreen_exit' : 'fullscreen' }}
+ {{ ::'Reduce' | loc }}
+ {{ ::'Expand' | loc }}
{{ editor.isFullscreen ? 'fullscreen_exit' : 'fullscreen' }}
diff --git a/UI/Templates/MailerUI/UIxMailViewTemplate.wox b/UI/Templates/MailerUI/UIxMailViewTemplate.wox
index 7d93e1299..5d69b0ba3 100644
--- a/UI/Templates/MailerUI/UIxMailViewTemplate.wox
+++ b/UI/Templates/MailerUI/UIxMailViewTemplate.wox
@@ -15,6 +15,8 @@
class="md-icon-button md-primary md-hue-1 hide show-gt-xs"
aria-hidden="true"
ng-if="::!isPopup">
+ {{ ::'Reduce' | loc }}
+ {{ ::'Expand' | loc }}
{{ centerIsClose ? 'fullscreen_exit' : 'fullscreen' }}
+ {{ ::'Reduce' | loc }}
+ {{ ::'Expand' | loc }}
{{ centerIsClose ? 'fullscreen_exit' : 'fullscreen' }}
+ {{ ::'Reduce' | loc }}
+ {{ ::'Expand' | loc }}
{{ centerIsClose ? 'fullscreen_exit' : 'fullscreen' }}
+ {{ ::'Reduce' | loc }}
+ {{ ::'Expand' | loc }}
{{ centerIsClose ? 'fullscreen_exit' : 'fullscreen' }}
+ {{ ::'Reduce' | loc }}
+ {{ ::'Expand' | loc }}
{{ centerIsClose ? 'fullscreen_exit' : 'fullscreen' }}
+ {{ ::'Reduce' | loc }}
+ {{ ::'Expand' | loc }}
{{ leftIsClose ? 'fullscreen_exit' : 'fullscreen' }}