Skip to content

Commit 79a4911

Browse files
committed
added fullstop
1 parent 6e4b8e8 commit 79a4911

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/core/ts/components/file-uploader.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ export const fileUploader = (props: FileUploaderProps = defaultProps) => ({
255255
if (totalFileSize > this.maxSize) {
256256
this.showError(
257257
sprintf(
258-
// translators: %1$s is the maximum allowed size
258+
// translators: %1$s is the maximum allowed size.
259259
__('Maximum allowed size is %1$s.', 'tutor'),
260260
formatBytes(this.maxSize),
261261
),

0 commit comments

Comments
 (0)