mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-04 18:25:04 +02:00
Use the correct %PARTNUMBER% placeholder in hints instead of %PARTNR%
Fixes issue #130 and #84
This commit is contained in:
parent
8338c0f2d6
commit
fb187c1114
5 changed files with 10 additions and 10 deletions
|
@ -7216,7 +7216,7 @@ Exampletown</target>
|
|||
</notes>
|
||||
<segment>
|
||||
<source>company.edit.auto_product_url.help</source>
|
||||
<target>This field is used to determine an link to the part on the company page. %PARTNR% will be replaced with the order number.</target>
|
||||
<target>This field is used to determine an link to the part on the company page. %PARTNUMBER% will be replaced with the order number.</target>
|
||||
</segment>
|
||||
</unit>
|
||||
<unit id="22S3ulf" name="company.edit.auto_product_url.placeholder">
|
||||
|
@ -7226,7 +7226,7 @@ Exampletown</target>
|
|||
</notes>
|
||||
<segment>
|
||||
<source>company.edit.auto_product_url.placeholder</source>
|
||||
<target>https://foo.bar/product/%PARTNR%</target>
|
||||
<target>https://foo.bar/product/%PARTNUMBER%</target>
|
||||
</segment>
|
||||
</unit>
|
||||
<unit id="NZUfSAR" name="currency.edit.iso_code">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue