summaryrefslogtreecommitdiff
path: root/src/views/AccessControl/SslCertificates/CsrCountryCodes.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/AccessControl/SslCertificates/CsrCountryCodes.js')
-rw-r--r--src/views/AccessControl/SslCertificates/CsrCountryCodes.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/AccessControl/SslCertificates/CsrCountryCodes.js b/src/views/AccessControl/SslCertificates/CsrCountryCodes.js
index 715fdfab..59e724b7 100644
--- a/src/views/AccessControl/SslCertificates/CsrCountryCodes.js
+++ b/src/views/AccessControl/SslCertificates/CsrCountryCodes.js
@@ -1,4 +1,4 @@
-import i18n from '../../../i18n';
+import i18n from '@/i18n';
export const COUNTRY_LIST = [
{ name: 'Afghanistan', code: 'AF', label: i18n.t('countries.AF') },