#60711 closed defect (bug) (reported-upstream)
A typo in font uploader string
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 6.5 |
Component: | Editor | Keywords: | good-first-bug |
Focuses: | Cc: |
Description
current:
Uploaded fonts appear in your library and can be used in your theme. Supported formats: .tff, .otf, .woff, and .woff2.
should be:
Uploaded fonts appear in your library and can be used in your theme. Supported formats: .ttf, .otf, .woff, and .woff2.
"ttf" for True Type Font extension
Change History (8)
#1
@
13 months ago
- Keywords good-first-bug added
- Milestone changed from Awaiting Review to 6.5
- Owner set to audrasjb
- Status changed from new to accepted
#2
follow-up:
↓ 4
@
13 months ago
That string is part of the edit-site
package, updated in GB58256.
Should the formats be in code
tags (using %1$s
placeholders) too, or should this just fix the typo?
#4
in reply to:
↑ 2
@
13 months ago
Replying to sabernhardt:
Should the formats be in
code
tags (using%1$s
placeholders) too, or should this just fix the typo?
Fixing the typo would be enough!
#6
@
13 months ago
This needs to be solved in Gutenberg only.
In fact, it was already solved in https://github.com/WordPress/gutenberg/pull/59655 ~1hr ago so it will be fixed in core with #60315
#7
@
13 months ago
- Milestone 6.5 deleted
- Resolution set to reported-upstream
- Status changed from accepted to closed
Thanks for the ticket! Marking as
good-first-bug
as it is an ideal ticket to onboard a new contributor :)