@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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/english.ts +1 -1
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "1.1.141",
7
+ "version": "1.1.142",
8
8
  "files": [
9
9
  "src",
10
10
  "types"
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) => `${num} file(s) included`,
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`,