chore: Design adjustments

This commit is contained in:
krille-chan 2025-02-02 14:05:58 +01:00
commit a9a23c6309
No known key found for this signature in database
4 changed files with 5 additions and 4 deletions

View file

@ -51,7 +51,7 @@ class UrlLauncher {
context: context,
title: L10n.of(context).openLinkInBrowser,
message: url,
okLabel: L10n.of(context).yes,
okLabel: L10n.of(context).open,
cancelLabel: L10n.of(context).cancel,
);
if (consent != OkCancelResult.ok) return;