From 1f1f5360e454b21c7b8e1625c9ad1cf061defe29 Mon Sep 17 00:00:00 2001 From: "leo.tuaillon" Date: Mon, 1 May 2023 20:44:25 +0200 Subject: [PATCH] changes --- Pages/MorePage.xaml | 4 ++-- Pages/MorePage.xaml.cs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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