mirror of
https://ghproxy.net/https://github.com/fairpm/fair-plugin.git
synced 2025-09-04 10:32:01 +08:00
Update namespace.php
Update translation context message 'browser version check' (from 'your platform') to 'operating system check. Signed-off-by: Marc Armengou <83702259+marcarmengou@users.noreply.github.com>
This commit is contained in:
parent
f3aff433fe
commit
ba9550a2d1
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ function get_browser_check_response( string $agent ) {
|
|||
'message' => 'OK',
|
||||
],
|
||||
'body' => json_encode( [
|
||||
'platform' => _x( 'your platform', 'browser version check', 'fair' ),
|
||||
'platform' => _x( 'your platform', 'operating system check', 'fair' ),
|
||||
'name' => _x( 'your browser', 'browser version check', 'fair' ),
|
||||
'version' => '',
|
||||
'current_version' => '',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue