1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-18 17:23:18 +00:00

Added extension icon to setup view controller in extension along with text explanation.

This commit is contained in:
Kyle Spearrin
2016-07-27 19:49:23 -04:00
parent 9ef840412a
commit 4ac447a13f
7 changed files with 12 additions and 6 deletions

View File

@@ -135,7 +135,7 @@ namespace Bit.App.Pages
var activatedSublabel = new Label
{
Text = "In Safari, find bitwarden using the share icon (hint: scroll to the right on the second row of the menu).",
Text = "In Safari, find bitwarden using the share icon (hint: scroll to the right on the bottom row of the menu).",
VerticalOptions = LayoutOptions.Start,
HorizontalOptions = LayoutOptions.Center,
HorizontalTextAlignment = TextAlignment.Center,