update wording: use custom alias to be opposed to random alias

This commit is contained in:
Son NK 2020-12-31 14:15:25 +01:00
parent 75d1b090cd
commit 4e20ffcc60
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
{% block default_content %}
<div class="card">
<div class="card-body">
<h1 class="h3">New Email Alias</h1>
<h1 class="h3">New Custom Alias</h1>
{% if user_custom_domains|length == 0 and not DISABLE_ALIAS_SUFFIX %}
<div class="row">

View File

@ -71,7 +71,7 @@
<input type="hidden" name="form-name" value="create-custom-email">
<button data-toggle="tooltip"
title="Create a custom alias"
class="btn btn-primary mr-2"><i class="fa fa-plus"></i> New Email Alias
class="btn btn-primary mr-2"><i class="fa fa-plus"></i> New Custom Alias
</button>
</form>
<div class="btn-group" role="group">