@anime.club/translations 1.1.141 → 1.1.142
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/english.ts +1 -1
package/package.json
CHANGED
package/src/english.ts
CHANGED
@@ -349,7 +349,7 @@ export const text = {
|
|
349
349
|
password: `Password`,
|
350
350
|
payments: `Payments`,
|
351
351
|
attachedFiles: `Attached files`,
|
352
|
-
numFilesIncluded: (num: number) =>
|
352
|
+
numFilesIncluded: (num: number) => `<b>${num}</b> file(s) included`,
|
353
353
|
personal: `Personal`,
|
354
354
|
personalCircumstances: `Personal circumstances`,
|
355
355
|
tellTheBuyersWhatTheyWillGet: `Tell buyers exactly what they will get — for example, the number of illustrations, file formats, or canvas specs like resolution and DPI`,
|