diff --git a/frontend/src/components/messages.js b/frontend/src/components/messages.js
index 226e9c606c..6b5d7911be 100644
--- a/frontend/src/components/messages.js
+++ b/frontend/src/components/messages.js
@@ -34,6 +34,11 @@ export default defineMessages({
id: 'footer.privacyPolicy',
defaultMessage: 'Privacy Policy',
},
+ license: {
+ id: 'footer.license',
+ defaultMessage:
+ 'Images and screenshots of the Tasking Manager may be shared under a Creative Commons Attribution-Sharealike 4.0 International License',
+ },
mappingLevelALL: {
id: 'mapping.level.all',
defaultMessage: 'All levels',
diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json
index b8b2d2e2ab..cd020c0e15 100644
--- a/frontend/src/locales/en.json
+++ b/frontend/src/locales/en.json
@@ -153,6 +153,7 @@
"footer.credits": "Free and Open Source Software brought to you by the Humanitarian OpenStreetMap Team.",
"footer.learn": "Learn more about OpenStreetMap.",
"footer.privacyPolicy": "Privacy Policy",
+ "footer.license": "Images and screenshots of the Tasking Manager may be shared under a Creative Commons Attribution-Sharealike 4.0 International License",
"mapping.level.all": "All levels",
"mapping.level.advanced": "Advanced mapper",
"mapping.level.intermediate": "Intermediate mapper",