mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-05-29 11:31:27 +02:00
style: copy
This commit is contained in:
@@ -374,8 +374,8 @@ export function CreateProfileDialog({
|
||||
(!releaseTypes.stable || !releaseTypes.nightly) ? (
|
||||
<Alert>
|
||||
<AlertDescription>
|
||||
Only {releaseTypes.stable ?? releaseTypes.nightly} releases are
|
||||
available for {getBrowserDisplayName(selectedBrowser)}.
|
||||
Only {(releaseTypes.stable && "Stable") ?? "Nightly"} releases
|
||||
are available for {getBrowserDisplayName(selectedBrowser)}.
|
||||
</AlertDescription>
|
||||
</Alert>
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user