Skip to content

Commit 6e4b8e8

Browse files
committed
added fullstop
1 parent b375aa8 commit 6e4b8e8

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
@@ -244,7 +244,7 @@ export const fileUploader = (props: FileUploaderProps = defaultProps) => ({
244244
if (this.maxFiles && mergedFiles.length > this.maxFiles) {
245245
this.showError(
246246
sprintf(
247-
// translators: %d is the maximum number of files allowed
247+
// translators: %d is the maximum number of files allowed.
248248
__('Cannot select more than %d files', 'tutor'),
249249
this.maxFiles,
250250
),

0 commit comments

Comments
 (0)