Skip to content
Snippets Groups Projects
Commit 3e6d4909 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

[fix] Increase max size of Cesium+ profile name - fix #420

parent f8dc5fed
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@
id="profile-name"
ng-model="formData.title"
ng-model-options="{ debounce: 350 }"
ng-maxlength="30"
ng-maxlength="50"
required>
</ion-item>
<div class="form-errors"
......@@ -71,7 +71,7 @@
<span translate="ERROR.FIELD_REQUIRED"></span>
</div>
<div class="form-error" ng-message="maxlength">
<span translate="ERROR.FIELD_TOO_LONG_WITH_LENGTH" translate-values="{maxLength: 30}"></span>
<span translate="ERROR.FIELD_TOO_LONG_WITH_LENGTH" translate-values="{maxLength: 50}"></span>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment