fix: Remove agent keys from translation file (#1261)

This commit is contained in:
Pranav Raj S 2020-09-20 22:19:34 +05:30 committed by GitHub
parent 0deb1af852
commit ea6577af6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
38 changed files with 210 additions and 415 deletions

View file

@ -65,8 +65,8 @@
<h3 class="current-user--name">
{{ currentUserAvailableName }}
</h3>
<h5 class="current-user--role">
{{ currentRole }}
<h5 v-if="currentRole" class="current-user--role">
{{ $t(`AGENT_MGMT.AGENT_TYPES.${currentRole.toUpperCase()}`) }}
</h5>
</div>
<span class="current-user--options icon ion-android-more-vertical" />
@ -162,7 +162,6 @@ import Thumbnail from '../widgets/Thumbnail';
import { getSidebarItems } from '../../i18n/default-sidebar';
import { required, minLength } from 'vuelidate/lib/validators';
import alertMixin from 'shared/mixins/alertMixin';
// import accountMixin from '../../../../../mixins/account';
export default {
components: {