name of facility is incorrectly wrapped in single-quotes #7123
Labels
APP: Device
Re: Device App (content import/export, facility-syncing, user permissions, etc.)
P2 - normal
Priority: Nice to have
TAG: user strings
Application text that gets translated
Milestone
Observed behavior
We use single-quotes to wrap user-generated text, like the name of facilities. We use parentheses to wrap the computer-generated IDs of facilities.
The task manager combines the two as
Sync '{facility} (
id)'
Expected behavior
String should be
Sync '{facility}' (
id)
User-facing consequences
potential confusion about what the actual name of the facility is
Steps to reproduce
import a facility
Context
0.14 beta 3
The text was updated successfully, but these errors were encountered: