Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
Kalendar
Commits
7362c709
Commit
7362c709
authored
Nov 28, 2021
by
Claudio Cambra
Browse files
Fixed window title for week view
parent
d5dbae55
Pipeline
#101968
passed with stage
in 4 minutes and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/contents/ui/main.qml
View file @
7362c709
...
...
@@ -378,6 +378,9 @@ Kirigami.ApplicationWindow {
case
"
monthView
"
:
return
i18n
(
"
Month View
"
);
break
;
case
"
weekView
"
:
return
i18n
(
"
Week View
"
);
break
;
case
"
scheduleView
"
:
return
i18n
(
"
Schedule View
"
);
break
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment