@remit/web-client 0.0.177 → 0.0.178

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remit/web-client",
3
- "version": "0.0.177",
3
+ "version": "0.0.178",
4
4
  "type": "module",
5
5
  "description": "Remit web client, published as composable primitives — the app shell, auth shells, and runtime config. A distributor imports what it composes and bundles it.",
6
6
  "exports": {
@@ -31,7 +31,7 @@ describe("junkWithheldReason", () => {
31
31
 
32
32
  it("names the setting that appoints a folder", () => {
33
33
  assert.equal(junkWithheldReason(undefined, INBOX), NO_JUNK_FOLDER_REASON);
34
- assert.match(NO_JUNK_FOLDER_REASON, /Settings › Folders/);
34
+ assert.match(NO_JUNK_FOLDER_REASON, /Settings › Folder roles/);
35
35
  });
36
36
 
37
37
  it("says the mail is already where the verb would put it", () => {
@@ -6,7 +6,7 @@
6
6
  */
7
7
 
8
8
  export const NO_JUNK_FOLDER_REASON =
9
- "This account has no Junk folder appointed, so there is nowhere to file these. Appoint one under Settings › Folders.";
9
+ "This account has no Junk folder appointed, so there is nowhere to file these. Appoint one under Settings › Folder roles.";
10
10
 
11
11
  export const ALREADY_IN_JUNK_REASON =
12
12
  "These are already in Junk, so there is nowhere to file them.";