Skip to content

Commit dcefb49

Browse files
committed
Demo mode rename to Example mode
1 parent ed2b1e0 commit dcefb49

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

components/app-registrations/CredentialStatusGrid.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ export default function CredentialStatusGrid() {
170170
<InfoLabel
171171
info={<>Until sign-in this screen returns sample data. </>}
172172
>
173-
<Subtitle2>Demo Mode</Subtitle2>
173+
<Subtitle2>Example Mode</Subtitle2>
174174
</InfoLabel>
175175
</div>
176176
)}

components/app-registrations/creations/AppRegCreations.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ export default function AppRegCreations() {
202202
<InfoLabel
203203
info={<>Until sign-in this screen returns sample data. </>}
204204
>
205-
<Subtitle2>Demo Mode</Subtitle2>
205+
<Subtitle2>Example Mode</Subtitle2>
206206
</InfoLabel>
207207
</div>
208208
)}

components/enterprise-applications/SamlStatusGrid.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export default function SamlStatusGrid() {
128128
<InfoLabel
129129
info={<>Until sign-in this screen returns sample data. </>}
130130
>
131-
<Subtitle2>Demo Mode</Subtitle2>
131+
<Subtitle2>Example Mode</Subtitle2>
132132
</InfoLabel>
133133
</div>
134134
)}

0 commit comments

Comments
 (0)