mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
#12288 fixed string translate
This commit is contained in:
parent
7bba90cd4f
commit
04e001c010
@ -448,7 +448,7 @@ if (empty($data)) {
|
||||
html_print_div(
|
||||
[
|
||||
'id' => 'spinner',
|
||||
'content' => '<p class="loading-text">Loading netflow data, plase wait...</p>'.$spinner,
|
||||
'content' => '<p class="loading-text">'.__('Loading netflow data, plase wait...').'</p>'.$spinner,
|
||||
'class' => 'invisible',
|
||||
'style' => 'position: initial;',
|
||||
]
|
||||
|
@ -342,7 +342,7 @@ $spinner = html_print_div(
|
||||
html_print_div(
|
||||
[
|
||||
'id' => 'spinner',
|
||||
'content' => '<p class="loading-text">Loading netflow data, plase wait...</p>'.$spinner,
|
||||
'content' => '<p class="loading-text">'.__('Loading netflow data, plase wait...').'</p>'.$spinner,
|
||||
'class' => 'invisible',
|
||||
'style' => 'position: initial;',
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user