Skip to content

Commit

Permalink
Fix non-plural
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Ng <chrng8@gmail.com>
  • Loading branch information
Pytal committed Oct 30, 2021
1 parent a693c88 commit faff972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/views/Profile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
fill-color="var(--color-text-maxcontrast)"
:size="60" />
<h3>{{ displayname || userId }} {{ t('core', 'hasn\'t added any info yet') }}</h3>
<p>{{ t('core', 'The headline and about section will show up here') }}</p>
<p>{{ t('core', 'The headline and about sections will show up here') }}</p>
</div>
</template>
</div>
Expand Down

0 comments on commit faff972

Please sign in to comment.