Form components for changing user environment role

This commit is contained in:
dandds
2019-05-10 09:51:52 -04:00
parent ff41a20ad8
commit d38c4df878
7 changed files with 102 additions and 37 deletions

View File

@@ -12,7 +12,7 @@
<button type='button' class='icon-link modal__dismiss' v-on:click='closeModal("{{name}}")'>
{{ Icon('x') }}
<span>
{{ "components.modal.close" | translate }}
{{ "common.close" | translate }}
</span>
</button>
{% endif %}