Commit e019319
Rename Number Tag labels to Item Tag for identifier alignment (#28)
- 'Manage Number Tags' -> 'Manage Item Tags'
- 'Tag Number' -> 'Name' (aligns with ItemTag.name after Phase 1 API refactor)
- 'Add a new number tag...' -> 'Add a new item tag...'
- 'Tag number is invalid.' -> 'Item tag name is invalid.'
- Direct literals in ItemTagCreateView/ItemTagEditView supporting text:
'Tag Number must be a 2-N alphanumeric characters.' -> 'Name must be a 2-N alphanumeric characters.'
- Resource id: R.string.label_shop_settings_manage_number_tags -> label_shop_settings_manage_item_tags
Queue-specific strings (swipe_number_tag_below, server_number_tags_webpage*,
reset_number_tags*, onboarding_description*, complete_scan_help,
show_tag_info_scan_help) are intentionally kept for now; they will be
deleted alongside NFC/scan/reset code in Phase 2 Part A.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 4688529 commit e019319
5 files changed
Lines changed: 9 additions & 9 deletions
File tree
- app/src/main
- kotlin/com/nativeapptemplate/nativeapptemplatefree/ui/shop_settings
- item_tag_detail
- item_tag_list
- res/values
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
256 | | - | |
| 256 | + | |
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
263 | | - | |
| 263 | + | |
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
| 147 | + | |
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
| 147 | + | |
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
266 | | - | |
| 266 | + | |
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | | - | |
119 | | - | |
| 118 | + | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| |||
0 commit comments