View Issue Details

IDProjectCategoryView StatusLast Update
0011472Talermerchant backoffice SPApublic2026-06-10 22:24
Reportervecirex Assigned Tovecirex  
PriorityhighSeveritytextReproducibilityalways
Status assignedResolutionopen 
Summary0011472: In DE (at least): Confusing text at phone no. field when creating instance
DescriptionThe text is confusing, because this number is supposed to be a mobile phone number and not just any generic number.
Steps To ReproduceJust start process to create a new instance, then: cf. screenshot, like this to be seen as red text in v1.6.0 of taler-merchant and as long as a wrong number is present.
Additional InformationCheck also other translations, and source lang.
TagsNo tags attached.
Attached Files

Relationships

related to 0011467 closedvecirex taler-merchant v1.6.0 seems to work, still do more tests 

Activities

vecirex

2026-06-10 22:24

manager   ~0028852

This needs fixed src lang strings (where the issue originates), as they're not mainly used for contact, but for MFA / security reasons; also stressing on the phone no. being a mobile phone no. makes sense:

hernani@clementine:~/taler/git/taler-typescript-core/packages/taler-merchant-webui/src/i18n$ grep -r "Contact email" * | head -5
de.po:msgid "Contact email"
en.po:msgid "Contact email"
es.po:msgid "Contact email"
fr.po:msgid "Contact email"
he.po:msgid "Contact email"
hernani@clementine:~/taler/git/taler-typescript-core/packages/taler-merchant-webui/src/i18n$ grep -r "Contact phone" * | head -5
de.po:msgid "Contact phone"
de.po:msgid "Contact phone number"
en.po:msgid "Contact phone"
en.po:msgid "Contact phone number"
es.po:msgid "Contact phone"
hernani@clementine:~/taler/git/taler-typescript-core/packages/taler-merchant-webui/src/i18n$ 

Issue History

Date Modified Username Field Change
2026-06-04 16:46 vecirex New Issue
2026-06-04 16:46 vecirex Status new => assigned
2026-06-04 16:46 vecirex Assigned To => vecirex
2026-06-04 16:46 vecirex File Added: Bildschirmfoto 2026-06-04 um 16.41.26.png
2026-06-04 16:47 vecirex Status assigned => confirmed
2026-06-04 16:47 vecirex Steps to Reproduce Updated
2026-06-04 16:48 vecirex Relationship added related to 0011467
2026-06-10 22:24 vecirex Status confirmed => assigned
2026-06-10 22:24 vecirex Note Added: 0028852