chore: improve explanation text
This commit is contained in:
parent
8d4d09eb64
commit
3363089aed
@ -90,6 +90,13 @@
|
|||||||
padding: 0 13px
|
padding: 0 13px
|
||||||
margin: 3px 0
|
margin: 3px 0
|
||||||
|
|
||||||
|
.asidenav__box-explanation
|
||||||
|
color: var(--color-fontsec)
|
||||||
|
font-size: 0.9rem
|
||||||
|
font-weight: 400
|
||||||
|
padding: 0 13px
|
||||||
|
margin: 3px 0
|
||||||
|
|
||||||
// LOGO
|
// LOGO
|
||||||
|
|
||||||
.asidenav__logo
|
.asidenav__logo
|
||||||
|
|||||||
@ -2683,7 +2683,7 @@ FavouriteManual: Favoriten
|
|||||||
FavouriteCurrent: Aktueller Kurs
|
FavouriteCurrent: Aktueller Kurs
|
||||||
|
|
||||||
FavouritesEmptyTip: Hier werden zuletzt besuchte Kurse, sowie Kurse an denen Sie teilnehmen angezeigt.
|
FavouritesEmptyTip: Hier werden zuletzt besuchte Kurse, sowie Kurse an denen Sie teilnehmen angezeigt.
|
||||||
FavouritesToggleTip: Über einen Klick auf den Stern kann der aktuelle Kurs permanent/nie angezeigt werden.
|
FavouritesToggleTip: Der Anzeigemodus für den aktuellen Kurs kann über einen Klick auf den Stern zwischen automatisch, permanent und nie gewechselt werden.
|
||||||
FavouritesUnavailableTip: Das Schnellzugriffsmenü für diesen Kurs ist aktuell nicht verfügbar.
|
FavouritesUnavailableTip: Das Schnellzugriffsmenü für diesen Kurs ist aktuell nicht verfügbar.
|
||||||
|
|
||||||
CourseEvents: Termine
|
CourseEvents: Termine
|
||||||
|
|||||||
@ -2683,7 +2683,7 @@ FavouriteManual: Favourites
|
|||||||
FavouriteCurrent: Current course
|
FavouriteCurrent: Current course
|
||||||
|
|
||||||
FavouritesEmptyTip: Recently visited courses and courses where you are participating are displayed here.
|
FavouritesEmptyTip: Recently visited courses and courses where you are participating are displayed here.
|
||||||
FavouritesToggleTip: The current course can be shown permanently/never with a click on the star.
|
FavouritesToggleTip: The display mode for the current course can be changed between automatic, permanent and never with a click on the star.
|
||||||
FavouritesUnavailableTip: Quick Actions for this course are currently not available.
|
FavouritesUnavailableTip: Quick Actions for this course are currently not available.
|
||||||
|
|
||||||
CourseEvents: Occurrences
|
CourseEvents: Occurrences
|
||||||
|
|||||||
@ -10,10 +10,10 @@ $newline never
|
|||||||
|
|
||||||
<div .asidenav>
|
<div .asidenav>
|
||||||
$if null favouriteTerms
|
$if null favouriteTerms
|
||||||
<div .asidenav__box-subtitle>
|
<div .asidenav__box-explanation>
|
||||||
_{MsgFavouritesEmptyTip}
|
_{MsgFavouritesEmptyTip}
|
||||||
$if isJust muid
|
$if isJust muid
|
||||||
_{MsgFavouritesToggleTip}
|
\ _{MsgFavouritesToggleTip}
|
||||||
$else
|
$else
|
||||||
$forall tid <- favouriteTerms
|
$forall tid <- favouriteTerms
|
||||||
<div .asidenav__box>
|
<div .asidenav__box>
|
||||||
|
|||||||
Reference in New Issue
Block a user