chore: Design adjustments
This commit is contained in:
parent
a21fc8884d
commit
a9a23c6309
4 changed files with 5 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue