Skip to content

Commit c9ae5da

Browse files
committed
Minor(modeling-commons): use phrasing 'authored in' over 'written in'
1 parent c112ac4 commit c9ae5da

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/modeling-commons-frontend/.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
NUXT_TELEMETRY_DISABLED=true
22

33
PRODUCT_NAME="Modeling Commons"
4-
PRODUCT_DESCRIPTION="The Modeling Commons is for sharing and discussing agent-based models written in NetLogo. "
4+
PRODUCT_DESCRIPTION="The Modeling Commons is for sharing and discussing agent-based models authored in NetLogo. "
55
PRODUCT_KEYWORDS="NetLogo, modeling, simulation, agent-based modeling, system dynamics"
66
PRODUCT_VERSION=
77
PRODUCT_DISPLAY_NAME=

apps/modeling-commons-frontend/app/components/model/detail/ModelHeader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<span>{{ relativeDate }}</span>
4545
<template v-if="netlogoVersion">
4646
<Middot v-if="authors.length > 0" />
47-
<span>Written in {{ netlogoVersion }}</span>
47+
<span>Authored in {{ netlogoVersion }}</span>
4848
</template>
4949
<template v-if="modelGroup">
5050
<Middot v-if="authors.length > 0" />

0 commit comments

Comments
 (0)