Skip to content

Commit 3713fc7

Browse files
authored
Merge pull request #177 from hidde/updates-2412
Rename Relations to Colleagues
2 parents d6d0e5e + e269f81 commit 3713fc7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/Profile.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<section v-if="staffInformation.staff" class="profile__section">
4343
<a id="nav-relations" class="profile__anchor"></a>
4444
<header class="profile__section-header">
45-
<h2>Relations</h2>
45+
<h2>Colleagues</h2>
4646
<RouterLink :to="{ name: 'OrgchartHighlight', params: { username } }" class="button button--secondary button--small">
4747
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="13" viewBox="0 0 12 13" aria-hidden="true" role="presentation">
4848
<path fill="currentColor" fill-rule="nonzero" d="M6.222 6.889a.667.667 0 1 0 0-1.333.667.667 0 0 0 0 1.333zm-.444 1.055A1.779 1.779 0 1 1 6.222 8h-.444v-.056zm3.555 3.612a1.778 1.778 0 1 1 0-3.556 1.778 1.778 0 0 1 0 3.556zm0-1.112a.667.667 0 1 0 0-1.333.667.667 0 0 0 0 1.333zm-7.11-6a1.778 1.778 0 1 1 0-3.555 1.778 1.778 0 0 1 0 3.555zm0-1.11a.667.667 0 1 0 0-1.334.667.667 0 0 0 0 1.333zm-.445 1.11h.444v.445h-.444v-.445zm0 .89h.444v.444h-.444v-.445zm.444 1.333H2a.222.222 0 0 1-.222-.222v-.223h.444v.445zm.445 0v-.445h.444v.445h-.444zm1.333 0v-.445h.444v.445H4zm1.778 1.777h.444v.445h-.444v-.445zm.444 1.778H6A.222.222 0 0 1 5.778 10v-.222h.444v.444zm.445 0v-.444h.444v.444h-.444z"/>
@@ -288,7 +288,7 @@ export default {
288288
{
289289
id: 'nav-relations',
290290
iconId: 'org-chart',
291-
label: 'Relations',
291+
label: 'Colleagues',
292292
staffOnly: true,
293293
},
294294
{

0 commit comments

Comments
 (0)