Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit ff65323

Browse files
author
Nick Litwin
committed
Copy update
1 parent 1a63dc8 commit ff65323

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

app/submissions/submit-file/submit-file.jade

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,15 +98,13 @@
9898

9999
.form-block.flex.wrap
100100
.form-block__instructions
101-
.form-block__title Fonts
101+
.form-block__title Did you use custom fonts?
102102

103103
.form-block__text
104104
p Check to see if your font is on the Studio Standard Fonts list. If it is, leave the URL field blank.
105105

106106
p Read the #[a(href="Need link") Studio Fonts Policy].
107107

108-
p If you only used fonts that came with the client files, choose "I did not introduce any new fonts" from the dropdown box.
109-
110108
p If your font is not on the list, you must provide the URL to the font page (not file) from one of the approved font websites in the dropdown box.
111109

112110
.form-block__fields
@@ -115,7 +113,7 @@
115113

116114
.form-block.flex.wrap
117115
.form-block__instructions
118-
.form-block__title Stock Art
116+
.form-block__title Did you use stock art?
119117

120118
.form-block__text
121119
p If you used any stock photos in your design mocks, please provide the location and details so that the client can obtain them. Follow the guidelines at our #[a(href="Need link") Studio Stock Art Policy].
@@ -139,7 +137,7 @@
139137
)
140138

141139
.tc-error-messages(ng-show="submissionForm['photoURL' + $index].$dirty && submissionForm['photoURL' + $index].$invalid")
142-
p(ng-show="submissionForm['photoURL' + $index].$error.pattern") Not a valid url.
140+
p(ng-show="submissionForm['photoURL' + $index].$error.pattern") Please enter a valid url.
143141

144142
tc-input.fieldset__input(
145143
label-text="File Number",

0 commit comments

Comments
 (0)