Skip to content

Commit ceb973c

Browse files
committed
2327179
1 parent 3a23392 commit ceb973c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

powerapps-docs/teams/inspections-hierarchy-locations.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ All the changes to the Inspections app are completed. The app can now be publish
196196
Today(),
197197
Hours
198198
) \> 0,
199-
galInspections.Selected.Store.Name & " \| Submitted by " &
199+
galInspections.Selected.Store.Name & " | Submitted by " &
200200
galInspections.Selected.createdby.'Full Name' & ", " & DateDiff(
201201
Date(
202202
Year(galInspections.Selected.createdon),
@@ -217,7 +217,7 @@ All the changes to the Inspections app are completed. The app can now be publish
217217
Hours
218218
) = 0,
219219
//"minutes ago"
220-
galInspections.Selected.Store.Name & " \| Submitted by " &
220+
galInspections.Selected.Store.Name & " | Submitted by " &
221221
galInspections.Selected.createdby.'Full Name' & ", minutes ago"
222222
,
223223
If(
@@ -231,9 +231,9 @@ All the changes to the Inspections app are completed. The app can now be publish
231231
Days
232232
) = 1,
233233
//"yesterday",
234-
galInspections.Selected.Store.Name & " \| Submitted by " &
234+
galInspections.Selected.Store.Name & " | Submitted by " &
235235
galInspections.Selected.createdby.'Full Name' & ", yesterday",
236-
galInspections.Selected.Store.Name & " \| Submitted by " &
236+
galInspections.Selected.Store.Name & " | Submitted by " &
237237
galInspections.Selected.createdby.'Full Name' & ", " & DateDiff(
238238
Date(
239239
Year(galInspections.Selected.createdon),

0 commit comments

Comments
 (0)