diff --git a/README.md b/README.md
index 9e9138ad5..56ac3bd3f 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ implemented as a single page application (SPA) for ease of development and to
limit the overall number of catalog reads necessary when browsing (as catalogs
may be nested and do not necessarily contain references to their parents).
-Version: **3.0.2** (supports all STAC versions between 0.6.0 and 1.0.0)
+Version: **3.1.0-rc.1** (supports all STAC versions between 0.6.0 and 1.0.0)
This package has also been published to npm as [`@radiantearth/stac-browser`](https://www.npmjs.com/package/@radiantearth/stac-browser).
diff --git a/package.json b/package.json
index a06cdb565..b2490c42c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@radiantearth/stac-browser",
- "version": "3.0.2",
+ "version": "3.1.0-rc.1",
"description": "A full-fledged UI in Vue for browsing and searching static STAC catalogs and STAC APIs.",
"main": "src/main.js",
"scripts": {
diff --git a/src/components/SearchFilter.vue b/src/components/SearchFilter.vue
index a1fa7ca3d..075c8de6d 100644
--- a/src/components/SearchFilter.vue
+++ b/src/components/SearchFilter.vue
@@ -40,9 +40,11 @@
>
{{ $t('search.noOptions') }}
-
- {{ $t("multiselect.andMore", {count: additionalCollectionCount}) }}
-
+
+
+ {{ $t("multiselect.andMore", {count: additionalCollectionCount}) }}
+
+
diff --git a/src/locales/en/fields.json b/src/locales/en/fields.json
index 4c05823ea..c2da3f78b 100644
--- a/src/locales/en/fields.json
+++ b/src/locales/en/fields.json
@@ -46,8 +46,8 @@
"Average spatial resolution": "Average spatial resolution",
"Axis": "Axis",
"Azimuth Looks": "Azimuth Looks",
- "Azimuth Resolution": "Azimuth Resolution",
"Azimuth Pixel Spacing": "Azimuth Pixel Spacing",
+ "Azimuth Resolution": "Azimuth Resolution",
"Back-End Version": "Back-End Version",
"Bands": "Bands",
"Based on IANA relation types": "Based on IANA relation types",