Skip to content

Commit

Permalink
Mark android beta
Browse files Browse the repository at this point in the history
  • Loading branch information
aeharding committed Jul 16, 2023
1 parent 39c132f commit fe77af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/settings/appearance/system/DeviceMode.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ export function getDeviceModeLabel(mode: Mode): string {
case "ios":
return "Apple";
case "md":
return "Android";
return "Android (beta)";
}
}

0 comments on commit fe77af8

Please sign in to comment.