mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-06-12 20:57:36 +02:00
fix: use single quotes instead of quotes as per Flutter standard
This commit is contained in:
@ -91,7 +91,7 @@ class InstallerView extends StatelessWidget {
|
||||
mainAxisAlignment: MainAxisAlignment.end,
|
||||
children: [
|
||||
CustomMaterialButton(
|
||||
text: "installerView.shareButton",
|
||||
text: 'installerView.shareButton',
|
||||
isFilled: false,
|
||||
onPressed: () => model.shareResult(),
|
||||
),
|
||||
|
Reference in New Issue
Block a user