forked from FoundKeyGang/FoundKey
Added uncommitted file
This commit is contained in:
parent
2855ec0372
commit
460a4edb13
1 changed files with 1 additions and 1 deletions
|
@ -336,7 +336,7 @@ export default Vue.extend({
|
||||||
|
|
||||||
addVisibleUser() {
|
addVisibleUser() {
|
||||||
(this as any).apis.input({
|
(this as any).apis.input({
|
||||||
title: 'ユーザー名を入力してください'
|
title: '%i18n:@enter-username%'
|
||||||
}).then(username => {
|
}).then(username => {
|
||||||
(this as any).api('users/show', {
|
(this as any).api('users/show', {
|
||||||
username
|
username
|
||||||
|
|
Loading…
Reference in a new issue