feat: display account name on the logs page for the apps (#7668)
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
This commit is contained in:
@@ -6,7 +6,7 @@ const translation = {
|
||||
header: {
|
||||
updatedTime: '更新時間',
|
||||
time: '作成時間',
|
||||
endUser: 'エンドユーザー',
|
||||
endUser: 'エンドユーザーまたはアカウント',
|
||||
input: '入力',
|
||||
output: '出力',
|
||||
summary: 'タイトル',
|
||||
@@ -17,7 +17,7 @@ const translation = {
|
||||
status: 'ステータス',
|
||||
runtime: 'ランタイム',
|
||||
tokens: 'トークン',
|
||||
user: 'エンドユーザー',
|
||||
user: 'エンドユーザーまたはアカウント',
|
||||
version: 'バージョン',
|
||||
},
|
||||
pagination: {
|
||||
|
Reference in New Issue
Block a user