Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into atavism/google-play-test
Browse files Browse the repository at this point in the history
  • Loading branch information
atavism committed Sep 25, 2023
2 parents aa1e8e0 + a14bee9 commit 5ed0a88
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion assets/locales/en.po
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ msgid "Go Pro Title"
msgstr "Go Pro!"

msgid "Go Pro Description"
msgstr "Unlock faster speeds, and unlimited data!"
msgstr "Unlock faster speeds, ad-free experience, and unlimited data!"

msgid "Server Location"
msgstr "Server Location"
Expand Down
12 changes: 4 additions & 8 deletions lib/vpn/vpn_tab.dart
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ class VPNTab extends StatelessWidget {
body: Column(
mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: [
proUser ? Container() : ProBanner(),
VPNSwitch(),
proUser ? const SizedBox() : ProBanner(),
const VPNSwitch(),
Container(
padding: const EdgeInsetsDirectional.all(16),
decoration: BoxDecoration(
Expand All @@ -40,13 +40,9 @@ class VPNTab extends StatelessWidget {
child: Column(
children: [
VPNStatus(),
Container(
child: const CDivider(height: 32.0),
),
const CDivider(height: 32.0),
ServerLocationWidget(),
Container(
child: const CDivider(height: 32.0),
),
const CDivider(height: 32.0),
SplitTunnelingWidget(),
VPNBandwidth(),
],
Expand Down

0 comments on commit 5ed0a88

Please sign in to comment.