From bc7b80c31f80b46a914cf60ce4fb51e72df13c25 Mon Sep 17 00:00:00 2001 From: Cezar Augusto Date: Thu, 5 Mar 2020 21:37:56 -0300 Subject: [PATCH] NTP: Update case in background license field Follow-up of https://github.com/brave/brave-core/pull/4398 --- components/brave_new_tab_ui/data/backgrounds.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/components/brave_new_tab_ui/data/backgrounds.ts b/components/brave_new_tab_ui/data/backgrounds.ts index 694309e0692a..0cbf3f88406a 100644 --- a/components/brave_new_tab_ui/data/backgrounds.ts +++ b/components/brave_new_tab_ui/data/backgrounds.ts @@ -41,7 +41,7 @@ export const images: NewTab.Image[] = [ 'author': 'Ben Karpinski', 'link': 'https://www.benkarpinski.com/landscapes', 'originalUrl': 'Contributor sent the hi-res version through email', - 'license': 'Used with permission' + 'license': 'used with permission' }, { 'name': 'ntp-fall-2019-8', @@ -49,7 +49,7 @@ export const images: NewTab.Image[] = [ 'author': 'Joe Gardner', 'link': 'https://unsplash.com/@josephgardnerphotography?utm_source=unsplash&utm_medium=referral&utm_content=credit', 'originalUrl': 'https://unsplash.com/photos/4xv3lqnanYc', - 'license': 'Used with permission' + 'license': 'used with permission' }, { 'name': 'ntp-fall-2019-10', @@ -57,7 +57,7 @@ export const images: NewTab.Image[] = [ 'author': 'Matt Palmer', 'link': 'https://unsplash.com/@mattpalmer?utm_source=unsplash&utm_medium=referral&utm_content=credit', 'originalUrl': 'https://unsplash.com/photos/veMnvjmfoxw', - 'license': 'Used with permission' + 'license': 'used with permission' }, { 'name': 'ntp-fall-2019-12', @@ -65,7 +65,7 @@ export const images: NewTab.Image[] = [ 'author': 'Jerol Soibam', 'link': 'https://www.instagram.com/jerol_soibam', 'originalUrl': 'Contributor sent the hi-res version through email', - 'license': 'Used with permission' + 'license': 'used with permission' }, { 'name': 'ntp-fall-2019-13', @@ -73,7 +73,7 @@ export const images: NewTab.Image[] = [ 'author': 'Will Christiansen', 'link': 'www.theskyfolk.com', 'originalUrl': 'Contributor sent the hi-res version through email', - 'license': 'Used with permission' + 'license': 'used with permission' }, { 'name': 'ntp-fall-2019-14', @@ -81,6 +81,6 @@ export const images: NewTab.Image[] = [ 'author': 'Will Christiansen', 'link': 'www.theskyfolk.com', 'originalUrl': 'Contributor sent the hi-res version through email', - 'license': 'Used with permission' + 'license': 'used with permission' } ]