Skip to content

Commit 5828bc0

Browse files
Text updates
1 parent 4c10c14 commit 5828bc0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

app/src/app/hooks/useMapBrowserEvents.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,11 @@ export const useMapBrowserEvents = ({isEditing, mapId}: UseMapBrowserEventsV2Pro
8080
let errorText = ''
8181
// let errorText = `We couldn't find the map you're looking for with the ID ${mapId}.`;
8282
if (mapDocumentError && assignmentsError) {
83-
errorText = `We couldn't find the map you're looking for with the ID ${mapId} and the district assignments associated with it.`;
83+
errorText = `We couldn't find a plan with ID "${mapId}" and the district assignments associated with it.`;
8484
} else if (mapDocumentError) {
85-
errorText = `We couldn't find the map you're looking for with the ID ${mapId}.`;
85+
errorText = `We couldn't find a plan with ID "${mapId}".`;
8686
} else if (assignmentsError) {
87-
errorText = `We couldn't find the district assignments for the map with the ID ${mapId}.`;
87+
errorText = `We couldn't find the district assignments for the plan with ID "${mapId}".`;
8888
}
8989
if (errorText) {
9090
errorText += `\n Please make sure you have the right map ID and try reloading the page. If the problem persists, please contact Districtr support with the error ID below.`

0 commit comments

Comments
 (0)