mirror of
https://ghproxy.net/https://github.com/fairpm/fair-plugin.git
synced 2025-09-04 12:45:45 +08:00
Fix context message for platform string. (#198)
Signed-off-by: Joe Dolson <design@joedolson.com> Props @marcarmengou
This commit is contained in:
parent
f3aff433fe
commit
91f93d4355
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