···696696primary_email = Make Primary
697697activate_email = Send Activation
698698activations_pending = Activations Pending
699699+can_not_add_email_activations_pending = There is a pending activation, try again in a few minutes if you want to add a new email.
699700delete_email = Remove
700701email_deletion = Remove Email Address
701702email_deletion_desc = The email address and related information will be removed from your account. Git commits by this email address will remain unchanged. Continue?
+4
templates/user/settings/account.tmpl
···128128 {{.locale.Tr "settings.add_email"}}
129129 </button>
130130 </form>
131131+ {{/* if ActivationsPending is false, then CanAddEmails must be true, so if CanAddEmails is false, ActivationsPending must be true */}}
132132+ {{if not .CanAddEmails}}
133133+ <div class="ui warning message">{{.locale.Tr "settings.can_not_add_email_activations_pending"}}</div>
134134+ {{end}}
131135 </div>
132136133137 <h4 class="ui top attached error header">