As an editor I want to be informed that my edits are made on a different project under a different license.
**Problem:**
We need to tell people that they are editing on Wikidata (or another repo) and that the license there is CC-0 (or other).
**Screenshots/mockups:**
{F31619594}
[[ https://www.figma.com/file/KIkcQ7NjOl8OkQtGWe5duIbW/Wikidata-Bridge?node-id=3203%3A15383 | figma link ]]
**BDD**
GIVEN a Bridge modal
WHEN pressing the publish button
THEN a confirmation prompt is shown informing about the license
GIVEN a license confirmation prompt
WHEN pressing the publish button again
THEN the edit is saved to the repository
GIVEN a license confirmation prompt
WHEN checking the "don't show me this message again" checkbox
AND publishing the edit
THEN the edit is saved to the repository
AND the license confirmation prompt is not shown again for the next Bridge edit of that user
**Acceptance criteria:**
[ ] Editor is informed about different project and license before saving the edit
[ ] preference to not show the prompt again is stored
**Open Questions:**
* How do we store this preference on Wikidata? Per user? Per browser?
* What does clicking the X button do exactly? What happens on clicking Publish again once I dismissed it?