diff --git a/Pages/MorePage.xaml b/Pages/MorePage.xaml index e9ecd20..704f24f 100644 --- a/Pages/MorePage.xaml +++ b/Pages/MorePage.xaml @@ -5,7 +5,7 @@ BackgroundColor="{StaticResource BackgroundPrimary}" xmlns:views="clr-namespace:ShoopNCook.Views" Title="MorePage"> - + @@ -43,7 +43,7 @@ - + diff --git a/Pages/MorePage.xaml.cs b/Pages/MorePage.xaml.cs index 40a0efc..cf5bf22 100644 --- a/Pages/MorePage.xaml.cs +++ b/Pages/MorePage.xaml.cs @@ -30,8 +30,8 @@ public partial class MorePage : ContentPage { await Share.RequestAsync(new ShareTextRequest { - Text = "Voici le texte à partager", - Title = "Partagez ce texte" + Text = "Voici le texte à partager (à changer)", + Title = "Partagez ce texte : (à modifier)" }); } } \ No newline at end of file