Change "use" to "Use" on Nav Link script (#11453)

Just noticed this on a brand new Forem and realized it was _probably_ a quick fix?
This commit is contained in:
Peter Frank 2020-11-17 07:40:13 -06:00 committed by GitHub
parent 6aa41bfba2
commit cc63725875
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ module DataUpdateScripts
display_only_when_signed_in: false, position: 1).first_or_create
NavigationLink.where(name: "Privacy Policy", url: "#{BASE_URL}/privacy", icon: SMART_ICON,
display_only_when_signed_in: false, position: 2).first_or_create
NavigationLink.where(name: "Terms of use", url: "#{BASE_URL}/terms", icon: LOOK_ICON,
NavigationLink.where(name: "Terms of Use", url: "#{BASE_URL}/terms", icon: LOOK_ICON,
display_only_when_signed_in: false, position: 3).first_or_create
NavigationLink.where(name: "Contact", url: "#{BASE_URL}/contact", icon: CONTACT_ICON,
display_only_when_signed_in: false, position: 4).first_or_create