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:
@@ -7,7 +7,7 @@ const translation = {
|
||||
header: {
|
||||
updatedTime: 'Czas aktualizacji',
|
||||
time: 'Czas utworzenia',
|
||||
endUser: 'Użytkownik końcowy',
|
||||
endUser: 'Użytkownik końcowy lub konto',
|
||||
input: 'Wejście',
|
||||
output: 'Wyjście',
|
||||
summary: 'Tytuł',
|
||||
@@ -18,7 +18,7 @@ const translation = {
|
||||
status: 'STATUS',
|
||||
runtime: 'CZAS DZIAŁANIA',
|
||||
tokens: 'TOKENY',
|
||||
user: 'UŻYTKOWNIK KOŃCOWY',
|
||||
user: 'UŻYTKOWNIK KOŃCOWY LUB KONTO',
|
||||
version: 'WERSJA',
|
||||
},
|
||||
pagination: {
|
||||
|
Reference in New Issue
Block a user