Skip to content

Commit 25aa21b

Browse files
committed
Wording fixes
1 parent a1a5edc commit 25aa21b

3 files changed

Lines changed: 7 additions & 8 deletions

File tree

src/components/banner/ConcerningPackageBanner.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function addUnlinkedFilter() {
1414

1515
<template>
1616
<div class="notification is-concern margin-right" v-show="hasConcerningPackages">
17-
<span>You have packages that can no longer be found on Thunderstore.</span> <a href="#" @click.stop.prevent="addUnlinkedFilter">Click here to review packages.</a>
17+
<span>You have mods that can no longer be found on Thunderstore.</span> <a href="#" @click.stop.prevent="addUnlinkedFilter">Click here to review packages.</a>
1818
</div>
1919
</template>
2020

src/components/modals/ConcerningPackageReviewModal.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ async function trustPackage() {
6060
<p class="notification is-warning">It is generally recommended to remove mods that have been removed from Thunderstore.</p>
6161
<div>
6262
<hr/>
63-
<p class="margin-bottom">This mod was originally downloaded using the Online section however no longer appears in the package cache.</p>
64-
<p class="margin-bottom">When a mod is no longer in the package cache, it means that it has been removed from Thunderstore.</p>
65-
<p>Other people will be unable to import this mod if the profile is exported.</p>
63+
<p class="margin-bottom">This mod was originally downloaded from Thunderstore, but can no longer be found on the site.</p>
64+
<p class="margin-bottom">Mods may be removed at the author's request, for rule violations, or while undergoing verification by moderators.</p>
65+
<p>Other people will be unable to import this mod from exported profiles.</p>
6666
</div>
6767
</template>
6868
<template v-slot:footer>

src/components/views/LocalModList/LocalModCard.vue

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -208,11 +208,10 @@ function openReviewModal() {
208208
<template v-slot:description>
209209
<p class='card-timestamp' v-if="mod.getInstalledAtTime() !== 0"><strong>Installed on:</strong> {{ getReadableDate(mod.getInstalledAtTime()) }}</p>
210210
<div class="notification is-warning" v-if="isConcerningPackage(props.mod)">
211-
<p>This package was originally downloaded from Thunderstore however can no longer be found.</p>
212-
<p>Mods can be removed due to the author's request or due to violating Thunderstore's package policies.</p>
213-
<p><strong>It is recommended to remove this mod.</strong></p>
211+
<p>This mod was originally downloaded from Thunderstore, but can no longer be found on the site.</p>
212+
<p><strong>It is recommended that you remove this mod.</strong></p>
214213
<button v-if="isConcerningPackage(props.mod)" class="button" @click.stop.prevent="openReviewModal">
215-
Review package
214+
Review mod
216215
</button>
217216
</div>
218217
</template>

0 commit comments

Comments
 (0)