bug6105: define MediaMenuIcon as a widget using UIBinder

This commit is contained in:
Axel Uhl
2025-05-05 15:31:44 +02:00
parent 5926962e5d
commit 3f62b48345
14 changed files with 148 additions and 49 deletions
@@ -3422,6 +3422,8 @@ implements ReplicableSecurityService, ClearStateTestSupport {
.append(takedownNoticeRequestContext.getContentUrl())
.append(" used in context ")
.append(messages.get(Locale.ENGLISH, takedownNoticeRequestContext.getContextDescriptionMessageKey(), takedownNoticeRequestContext.getContextDescriptionMessageParameter()))
.append(" on page ")
.append(takedownNoticeRequestContext.getPageUrl())
.append(" be removed from the site. The user provides the following comment:\n\n")
.append(" \"")
.append(takedownNoticeRequestContext.getReportingUserComment())