Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2ca421d3 authored by Ronak Patel's avatar Ronak Patel
Browse files

list all beta features in experimental

parent 8cfcfca5
Loading
Loading
Loading
Loading
+18 −2
Original line number Diff line number Diff line
.alert {
	position: relative;
	padding: 0.75rem 1.25rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
	width: fit-content;
@@ -11,12 +11,14 @@
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
	padding: 0.75rem 1.25rem;
}

.alert-fail {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
	padding: 0.75rem 1.25rem;
}

#issue-submit-form #title,
@@ -50,3 +52,17 @@
.color-red {
	color: red;
}

ul.beta-apps {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
}

ul.beta-apps > li:before {
	display: inline-block;
	content: '-';
	width: 1em;
	margin-left: -1em;
}
+2 −1
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@ OC.L10N.register(
		"Submit": "Einreichen",
		"Experimental": "Experimentelle",
		"Title is mandatory.": "Der Titel ist obligatorisch.",
		"Description is mandatory.": "Die Beschreibung ist obligatorisch."
		"Description is mandatory.": "Die Beschreibung ist obligatorisch.",
		"Here is the list of currently available beta features:": "Hier ist die Liste der derzeit verfügbaren Beta-Funktionen:"
	},
	"nplurals=2; plural=(n != 1);");
+2 −1
Original line number Diff line number Diff line
@@ -31,7 +31,8 @@
		"Submit": "Einreichen",
		"Experimental": "Experimentelle",
		"Title is mandatory.": "Der Titel ist obligatorisch.",
		"Description is mandatory.": "Die Beschreibung ist obligatorisch."
		"Description is mandatory.": "Die Beschreibung ist obligatorisch.",
		"Here is the list of currently available beta features:": "Hier ist die Liste der derzeit verfügbaren Beta-Funktionen:"
	},
	"pluralForm": "nplurals=2; plural=(n != 1);"
}
+2 −1
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@ OC.L10N.register(
		"Submit": "Submit",
		"Experimental": "Experimental",
		"Title is mandatory.": "Title is mandatory.",
		"Description is mandatory.": "Description is mandatory."
		"Description is mandatory.": "Description is mandatory.",
		"Here is the list of currently available beta features:": "Here is the list of currently available beta features:"
	},
	"nplurals=2; plural=(n != 1);");
+2 −1
Original line number Diff line number Diff line
@@ -31,7 +31,8 @@
		"Submit": "Submit",
		"Experimental": "Experimental",
		"Title is mandatory.": "Title is mandatory.",
		"Description is mandatory.": "Description is mandatory."
		"Description is mandatory.": "Description is mandatory.",
		"Here is the list of currently available beta features:": "Here is the list of currently available beta features:"
	},
	"pluralForm": "nplurals=2; plural=(n != 1);"
}
Loading