File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ export default {
165165 accounts: [],
166166 projects: [],
167167 networks: [],
168- selectedAccountType: ' Account ' ,
168+ selectedAccountType: this . $t ( ' label.account ' ) ,
169169 selectedDomain: null ,
170170 selectedAccount: null ,
171171 selectedProject: null ,
@@ -278,14 +278,14 @@ export default {
278278 let variableKey = ' '
279279 let variableValue = ' '
280280
281- if (this .selectedAccountType === ' Account ' ) {
281+ if (this .selectedAccountType === this . $t ( ' label.account ' ) ) {
282282 if (! this .selectedAccount ) {
283283 this .accountError = true
284284 return
285285 }
286286 variableKey = ' account'
287287 variableValue = this .selectedAccount
288- } else if (this .selectedAccountType === ' Project ' ) {
288+ } else if (this .selectedAccountType === this . $t ( ' label.project ' ) ) {
289289 if (! this .selectedProject ) {
290290 this .projectError = true
291291 return
You can’t perform that action at this time.
0 commit comments