Browse Source

Added Private Mail to Lang

Yoginth 7 years ago
parent
commit
efa49a546d
2 changed files with 2 additions and 1 deletions
  1. 1 0
      conf/locale/locale_en-GB.ini
  2. 1 1
      templates/user/settings/profile.tmpl

+ 1 - 0
conf/locale/locale_en-GB.ini

@@ -302,6 +302,7 @@ company = Company
 description = Description
 website = Website
 location = Location
+private_email = This email is Private
 beta = Enroll to Beta Member
 sponsor = Display Sponsors on dashboard
 update_profile = Update Profile

+ 1 - 1
templates/user/settings/profile.tmpl

@@ -37,7 +37,7 @@
 						</div>
 						<div class="inline field">
 							<div class="ui checkbox">
-								<label><strong>Email is Private</strong><span class="ui green basic label tiny beta-badge">Beta</span></label>
+								<label><strong>{{.i18n.Tr "settings.private_email"}}</strong><span class="ui green basic label tiny beta-badge">Beta</span></label>
 								<input name="private_email" type="checkbox" {{if .private_email}}checked{{end}}>
 							</div>
 						</div>