Fix context message for platform string. (#198)

Signed-off-by: Joe Dolson <design@joedolson.com>

Props @marcarmengou
This commit is contained in:
Joe Dolson 2025-07-29 13:58:17 -05:00 committed by GitHub
parent f3aff433fe
commit 91f93d4355
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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' => '',