From 16daefbeabf1a58481b3fe93c10a0764289cdb3e Mon Sep 17 00:00:00 2001
From: Oliver Bartsch <bo@cedev.de>
Date: Tue, 16 Nov 2021 11:32:23 +0100
Subject: [PATCH] [TASK] Remove leftover language labels

The browser notification API has been introduced
in #90666. Due to various reason it had been
removed again in #92988.

This patch removes some leftover language labels.

Resolves: #95991
Related: #92988
Releases: master
Change-Id: Ib25b42c1734f5c6b19c9575e3dfe6797b6e085a2
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/72189
Tested-by: core-ci <typo3@b13.com>
Tested-by: Nikita Hovratov <nikita.h@live.de>
Tested-by: Benni Mack <benni@typo3.org>
Reviewed-by: Nikita Hovratov <nikita.h@live.de>
Reviewed-by: Benni Mack <benni@typo3.org>
---
 .../Private/Language/locallang_mod_web_list.xlf     | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/typo3/sysext/core/Resources/Private/Language/locallang_mod_web_list.xlf b/typo3/sysext/core/Resources/Private/Language/locallang_mod_web_list.xlf
index 405f61280c1f..dfde0a2f0665 100644
--- a/typo3/sysext/core/Resources/Private/Language/locallang_mod_web_list.xlf
+++ b/typo3/sysext/core/Resources/Private/Language/locallang_mod_web_list.xlf
@@ -171,19 +171,6 @@
 			<trans-unit id="button.delete" resname="button.delete">
 				<source>Delete</source>
 			</trans-unit>
-			<trans-unit id="button.yes" resname="button.yes">
-				<source>Yes</source>
-			</trans-unit>
-			<trans-unit id="button.no" resname="button.no">
-				<source>No</source>
-			</trans-unit>
-			<trans-unit id="notification.request.title" resname="notification.request.title">
-				<source>Allow notifications?</source>
-			</trans-unit>
-			<trans-unit id="notification.request.description" resname="notification.request.description">
-				<source>TYPO3 can send important notifications, e.g. when your login expires. To enable notifications, please click "Yes" and confirm your browser's notification request. If you choose "no", we will not ask again.</source>
-			</trans-unit>
-
 		</body>
 	</file>
 </xliff>
-- 
GitLab