Skip to content

Commit fc337ce

Browse files
committed
use → instead of the > character
1 parent b7386f2 commit fc337ce

29 files changed

+39
-39
lines changed

_data/permissions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ work_contract:
199199
approve_times_contract: Approve monthly timesheets
200200
unlock_times_contract: Re-open an already locked month
201201
create_booking_contract: Allows to create manual time bookings
202-
workdays_override_timesheet: Allows to create timesheets on non-working days, if this restriction is activated in `System > Settings`
202+
workdays_override_timesheet: Allows to create timesheets on non-working days, if this restriction is activated in `System Settings`
203203
customer_portal:
204204
name: Customer portal
205205
permissions:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% if include.page == 'settings' -%}
2-
[System > Settings]({% link _documentation/configurations.md %})
2+
[System Settings]({% link _documentation/configurations.md %})
33
{%- else %}
44
{% alert warning %}Unknown Kimai page: {{ include.page }}{% endalert %}
55
{% endif -%}

_includes/plugins/invoice.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ You could generate the same PDF using the export function in Kimai, but that req
6464

6565
The used "export template" for this feature can be configured.
6666

67-
This feature needs to be activated at [System > Settings > Invoices]({% link _documentation/configurations.md %}).
67+
To activate this features go to `Invoices` at [System Settings]({% link _documentation/configurations.md %}).
6868

6969
### Data format language
7070

@@ -75,7 +75,7 @@ Or if you translate your invoice to english for cross-country sales but still wa
7575

7676
Without choosing a language the default behaviour is used.
7777

78-
This feature needs to be activated by choosing a locale at [System > Settings > Invoices]({% link _documentation/configurations.md %}).
78+
To activate this feature go to `Invoices` at [System Settings]({% link _documentation/configurations.md %}) and select a locale.
7979
You can deactivate it by using the empty dropdown field.
8080

8181
### Additional formats

_includes/snippets/budgets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Budgets help you to watch your progress and to stay within contract boundaries.
22

3-
If the [System > Settings]({% link _documentation/configurations.md %}) configuration `Allow overbooking of stored budgets` is not active,
3+
If the [System Settings]({% link _documentation/configurations.md %}) configuration `Allow overbooking of stored budgets` is not active,
44
Kimai will prevent that records will be created, which would go beyond your configured budgets.
55

66
Currently, the visibility of budgets cannot be limited independently. So if you want to show progress to your users,

_includes/snippets/duration_format.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ The `{{ fieldName }}` field supports entering data in the following formats:
2222

2323
#### Duration drop-down
2424

25-
If activated in [System > Settings]({% link _documentation/configurations.md %}), the duration field has a dropdown.
25+
If activated in [System Settings]({% link _documentation/configurations.md %}), the duration field has a dropdown.
2626
The drop-down allows for simple selection of a duration, which will be entered in `Time span` format.

collections/_docu_versioned/1.30.0/calendar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The recent activities drag & drop is also switched to the account currently disp
4343

4444
## Calendar configurations
4545

46-
The look and feel of the calendar can be customized via [System > Settings]({% link _documentation/configurations.md %}).
46+
The look and feel of the calendar can be customized via [System Settings]({% link _documentation/configurations.md %}).
4747

4848
## User preferences
4949

collections/_docu_versioned/1.30.0/configurations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ related:
77
- local-yaml
88
---
99

10-
Many features of your Kimai installation can be changed by editing the `System > Settings`. This screen is only visible to
10+
Many features of your Kimai installation can be changed by editing the `System Settings`. This screen is only visible to
1111
users with the permission `system_configuration` (by default [ROLE_SUPER_ADMIN]({% link _documentation/permissions.md %})).
1212

1313
## Timesheet

collections/_docu_versioned/1.30.0/customer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ It is best-practice to have a customer for your own company, to track times for
1010

1111
## Creating a customer
1212

13-
Default values for new customers can be configured at [System > Settings]({% link _documentation/configurations.md %}).
13+
Default values for new customers can be configured at [System Settings]({% link _documentation/configurations.md %}).
1414

1515
## Managing customers
1616

collections/_docu_versioned/1.30.0/ldap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ Kimai does not store the user password when logged-in via LDAP. There is no fall
204204
if your LDAP is not available (only one LDAP server can be configured).
205205

206206
When using LDAP you should:
207-
- Disable the "[Password reset]({% link _documentation/users.md %})" function via [System > Settings]({% link _documentation/configurations.md %})
207+
- Disable the "[Password reset]({% link _documentation/users.md %})" function via [System Settings]({% link _documentation/configurations.md %})
208208
- Disable the `password_own_profile` and `password_other_profile` [permissions]({% link _documentation/permissions.md %}) for LDAP user (at least the normal user role)
209209

210210
There is no auto-cleanup available:

collections/_docu_versioned/1.30.0/local-yaml.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ You have to reload the configurations by [rebuilding the cache]({% link _documen
7474

7575
## Available configurations
7676

77-
Many of the available configurations can be configured through [System > Settings]({% link _documentation/configurations.md %}),
77+
Many of the available configurations can be configured through [System Settings]({% link _documentation/configurations.md %}),
7878
all configuration which can be set through the UI will not be described here.
7979

8080
Examples for all available configuration can be found in `config/packages/kimai.yaml`.
@@ -164,7 +164,7 @@ kimai:
164164

165165
### Multiple time-rounding rules
166166

167-
At [System > Settings]({% link _documentation/configurations.md %}) you can configure one rounding rule.
167+
At [System Settings]({% link _documentation/configurations.md %}) you can configure one rounding rule.
168168
The local.yaml allows adding multiple rules (e.g. weekend has different rounding rules).
169169
You can define as many rules as you want ("default" is only an example) and every matching rule will be applied (be careful with overlapping rules).
170170

0 commit comments

Comments
 (0)