diff --git a/src/components/ModListUpdateBanner.vue b/src/components/ModListUpdateBanner.vue
index eb65cdf31..d446d7431 100644
--- a/src/components/ModListUpdateBanner.vue
+++ b/src/components/ModListUpdateBanner.vue
@@ -37,13 +37,18 @@ export default class ModListUpdateBanner extends Vue {
{{ $store.state.tsMods.thunderstoreModListUpdateStatus }}
- Error updating the mod list.
+ Error refreshing the mod list.
View error details.
- The manager will keep trying to update the mod list in the background.
+ The manager will keep trying to refresh the mod list in the background.
+
+
+ An error occurred when refreshing the mod list from Thunderstore.
+ However, the mod list can't be refreshed while the are mod downloads in progress.
+ Please wait for the downloads to finish before continuing.
- An error occurred when updating the mod list from Thunderstore.
+ An error occurred when refreshing the mod list from Thunderstore.
Would you like to
try again now?
diff --git a/src/components/profiles-modals/ImportProfileModal.vue b/src/components/profiles-modals/ImportProfileModal.vue
index 70ef23421..beda81d4e 100644
--- a/src/components/profiles-modals/ImportProfileModal.vue
+++ b/src/components/profiles-modals/ImportProfileModal.vue
@@ -324,26 +324,35 @@ export default class ImportProfileModal extends mixins(ProfilesMixin) {
- Updating the mod list from Thunderstore might solve this issue.
-
-
- The mod list was last updated on {{ valueToReadableDate($store.state.tsMods.modsLastUpdated) }}.
-
-
-
-
-
- {{ $store.state.tsMods.thunderstoreModListUpdateStatus }}
-
-
- Error updating the mod list:
- {{ $store.state.tsMods.thunderstoreModListUpdateError.message }}.
- Retry?
-
-
- Would you like to
- update now?
-
+ Refreshing the mod list from Thunderstore might solve this issue.
+
+