diff --git a/src/App/Pages/GeneratorPage.xaml b/src/App/Pages/GeneratorPage.xaml index 4854abc63..2bb852369 100644 --- a/src/App/Pages/GeneratorPage.xaml +++ b/src/App/Pages/GeneratorPage.xaml @@ -4,6 +4,7 @@ xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="Bit.App.Pages.GeneratorPage" xmlns:pages="clr-namespace:Bit.App.Pages" + xmlns:i18n="clr-namespace:Bit.App.Utilities" x:DataType="pages:GeneratorPageViewModel" Title="{Binding PageTitle}"> @@ -16,6 +17,10 @@ Text="Generator!" HorizontalOptions="Center" VerticalOptions="CenterAndExpand" /> +