Modify capitalization of default navigation link (#14849)
Changing `Terms of use` to `Terms of Use` This has been bothering for me a while, and it's now consistent with `Code of Conduct` (which is not `Code of conduct` ) capitalization-wise
This commit is contained in:
parent
0715b042b5
commit
16478a1b9c
1 changed files with 2 additions and 2 deletions
|
|
@ -57,7 +57,7 @@ namespace :navigation_links do
|
|||
section: :other,
|
||||
)
|
||||
NavigationLink.where(url: "/terms").first_or_create(
|
||||
name: "Terms of use",
|
||||
name: "Terms of Use",
|
||||
url: URL.url("terms"),
|
||||
icon: look_icon,
|
||||
display_only_when_signed_in: false,
|
||||
|
|
@ -150,7 +150,7 @@ namespace :navigation_links do
|
|||
section: :other,
|
||||
)
|
||||
NavigationLink.where(url: "#{base_url}/terms").first_or_create(
|
||||
name: "Terms of use",
|
||||
name: "Terms of Use",
|
||||
icon: look_icon,
|
||||
display_only_when_signed_in: false,
|
||||
position: 2,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue