Skip to content

Commit

Permalink
Add missing copyright symbol (fixes brave/brave-browser#4990)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmarier committed Oct 24, 2019
1 parent edd63cf commit 978456e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/brave_strings.grd
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ If you update this file, be sure also to update google_chrome_strings.grd. -->
Brave Software Inc
</message>
<message name="IDS_ABOUT_VERSION_COPYRIGHT" desc="Copyright information on the about pages">
Copyright <ph name="YEAR">{0,date,y}<ex>2016</ex></ph> Brave Software Inc. All rights reserved.
Copyright © <ph name="YEAR">{0,date,y}<ex>2016</ex></ph> Brave Software Inc. All rights reserved.
</message>
<if expr="chromeos">
<message name="IDS_ABOUT_CROS_VERSION_LICENSE" desc="Additional text displayed beneath the Brave open source URLs for Brave OS.">
Expand Down

0 comments on commit 978456e

Please sign in to comment.