Skip to content
This repository was archived by the owner on Oct 10, 2023. It is now read-only.

Commit 6e9b4aa

Browse files
committed
Updated LoginView(s)
1 parent bf0378f commit 6e9b4aa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

XamarinNativePropertyManager.Droid/Resources/values/Strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<resources>
66
<string name="app_name">Property Manager</string>
7-
<string name="login">Sign in with your work or school account in order to use this sample application. Access the sample code for this application at https://github.com/coatsy/xplat-graph</string>
7+
<string name="login">Sign in with your work or school account in order to use this sample application. Access the sample code for this application at https://github.com/microsoftgraph/xamarin-csharp-propertymanager-sample</string>
88
<string name="who_are_you">Who are you?</string>
99
<string name="sign_in">Sign in</string>
1010
<string name="type_a_message">Type a message...</string>

XamarinNativePropertyManager.UWP/Views/LoginView.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<TextBlock Style="{StaticResource CenteredFadedBodyTextBlock}"
4545
Margin="0,10,0,15">
4646
<Run Text="Sign in with your work or school account in order to use this sample application. Access the sample code for this application at"/>
47-
<Run Text="https://github.com/coatsy/xplat-graph"/>
47+
<Run Text="https://github.com/microsoftgraph/xamarin-csharp-propertymanager-sample"/>
4848
</TextBlock>
4949

5050
<Grid HorizontalAlignment="Stretch" Height="50">

XamarinNativePropertyManager.iOS/Views/LoginView.xib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
</activityIndicatorView>
5050
<label opaque="NO" userInteractionEnabled="NO" alpha="0.69999999999999996" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" misplaced="YES" textAlignment="center" lineBreakMode="wordWrap" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="VaK-Hg-r0n" userLabel="BodyLabel">
5151
<rect key="frame" x="166" y="256" width="269" height="101"/>
52-
<string key="text">Sign in with your work or school account in order to use this sample application. Access the sample code for this application at https://github.com/coatsy/xplat-graph</string>
52+
<string key="text">Sign in with your work or school account in order to use this sample application. Access the sample code for this application at https://github.com/microsoftgraph/xamarin-csharp-propertymanager-sample</string>
5353
<fontDescription key="fontDescription" type="system" pointSize="13"/>
5454
<color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
5555
<nil key="highlightedColor"/>

0 commit comments

Comments
 (0)