From 3855a7048794089e35d997db65d509807235a16e Mon Sep 17 00:00:00 2001 From: Lauren Schurr <33293730+lschurr@users.noreply.github.com> Date: Tue, 10 Oct 2023 16:07:59 -0700 Subject: [PATCH 01/16] Create Tips-And-Tricks.md --- .../getting-started/Tips-And-Tricks.md | 72 +++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md diff --git a/docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md b/docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md new file mode 100644 index 000000000000..e4fd2d4bc44c --- /dev/null +++ b/docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md @@ -0,0 +1,72 @@ +--- +title: Tips and Tricks +description: How to get started with setup tips for your Expensify account +--- + +# Overview +In this article, we'll outline helpful tips for using Expensify, such as keyboard shortcuts and text formatting. + +# How to Format Text in Expensify +You can use basic markdown in report comments to emphasize or clarify your sentiments. This includes italicizing, bolding, and strikethrough for text, as well as adding basic hyperlinks. +Formatting is consistent across both web and mobile applications, with three markdown options available for your report comments: +- **Bold:** Place an asterisk on either side (*bold*) +- **Italicize:** Place an underscore on either side (_italic_) +- **Strikethrough:** Place a tilde on either side (~strikethrough~) + +# How to Use Keyboard Shortcuts +Keyboard shortcuts can speed things up and simplify tasks. Expensify offers several shortcuts for your convenience. Let's explore them! +- **Shift + ?** - Opens the keyboard shortcuts dialog +- **Shift + G** - Prompts you for a reportID to open the report page for a specific report +- **ESC** - Closes any shortcut dialog window +- **Ctrl+Enter** - Submit a comment on a report from the comment field in the Report History & Comments section. +- **Shift + P** - Takes you to the report’s policy when you’re on a report +- **Shift + →** - Go to the next report +- **Shift + ←** - Go to the previous report +- **Shift + R** - Reloads the current page + +# How to Create a Copy of a Report +If you have identical monthly expenses and want to copy them easily, visit your Reports page, check the box next to the report you would like to duplicate, and click "Copy" to duplicate all expenses (excluding receipt images). +If you prefer, you can create a standard template for certain expenses: +1. Go to the Reports page. +2. Click "New Report." +3. Assign an easily searchable name to the report. +4. Click the green '+' button to add an expense. +5. Choose "New Expense". +6. Select the type of expense (e.g., regular expense, distance, time, etc.). +7. Enter the expense details, code, and any relevant description. +8. Click "Save." +**Pro Tip:** If you use Scheduled Submit, place the template report under your individual workspace to avoid accidental submission. When you're ready to use it, check the report box, copy it, and make necessary changes to the name and workspace. + +# How to Enable Location Access on Web +If you’d like to use features that rely on your current location you will need to enable location permissions for Expensify. You can find instructions for how to enable location settings on the three most common web browsers below. If your browser is not in the list then please do a web search for your browser and “enable location settings”. + +## Chrome +1. Open Chrome +2. At the top right, click the three-dot Menu > Settings +3. Click “Privacy and Security” and then “Site Settings” +4. Click Location +5. Check the “Not allowed to see your location” list to make sure expensify.com and new.expensify.com are not listed. If they are, click the delete icon next to them to allow location access + +## Firefox +1. Open Firefox +2. In the URL bar enter “about:preferences” +3. On the left hand side select “Privacy & Security” +4. Scroll down to Permissions +5. Click on Settings next to Location +6. If location access is blocked for expensify.com or new.expensify.com, you can update it here to allow access + +## Safari +1. In the top menu bar click Safari +2. Then select Settings > Websites +3. Click Location on the left hand side +4. If expensify.com or new.expensify.com have “Deny” set as their access, update it to “Ask” or “Allow” + +# Which browser works best with Expensify? +We recommend using Google Chrome, but you can use Expensify on most major browsers, such as: +- [Google Chrome](www.google.com/chrome/) +- [Mozilla Firefox](www.mozilla.com/firefox) +- [Microsoft Edge](www.microsoft.com/edge) +- [Microsoft Internet Explorer](www.microsoft.com/ie). Please note: Microsoft has discontinued support and security updates for all versions below Version 11. This means those older versions may not work well. Due to the lack of security updates for the older versions, parts of our site may not be accessible. Please update your IE version or choose a different browser. +- [Apple Safari (Apple devices only)](www.apple.com/safari) +- [Opera](www.opera.com) +It's always best practice to make sure you have the most recent updates for your browser and keep your operating system up to date. From 521eb0cf91cda18777ec7e64f87e05b9f2a3f07e Mon Sep 17 00:00:00 2001 From: Lauren Schurr <33293730+lschurr@users.noreply.github.com> Date: Wed, 11 Oct 2023 08:48:39 -0700 Subject: [PATCH 02/16] Update docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md Co-authored-by: Rushat Gabhane --- .../expensify-classic/getting-started/Tips-And-Tricks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md b/docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md index e4fd2d4bc44c..cbb52912e11d 100644 --- a/docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md +++ b/docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md @@ -68,5 +68,5 @@ We recommend using Google Chrome, but you can use Expensify on most major browse - [Microsoft Edge](www.microsoft.com/edge) - [Microsoft Internet Explorer](www.microsoft.com/ie). Please note: Microsoft has discontinued support and security updates for all versions below Version 11. This means those older versions may not work well. Due to the lack of security updates for the older versions, parts of our site may not be accessible. Please update your IE version or choose a different browser. - [Apple Safari (Apple devices only)](www.apple.com/safari) -- [Opera](www.opera.com) +- [Opera](https://opera.com) It's always best practice to make sure you have the most recent updates for your browser and keep your operating system up to date. From 80a3b9bd5138404f468778b741ed11a817eea39f Mon Sep 17 00:00:00 2001 From: Lauren Schurr <33293730+lschurr@users.noreply.github.com> Date: Wed, 11 Oct 2023 08:48:51 -0700 Subject: [PATCH 03/16] Update docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md Co-authored-by: Rushat Gabhane --- .../expensify-classic/getting-started/Tips-And-Tricks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md b/docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md index cbb52912e11d..1179bf3d0908 100644 --- a/docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md +++ b/docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md @@ -67,6 +67,6 @@ We recommend using Google Chrome, but you can use Expensify on most major browse - [Mozilla Firefox](www.mozilla.com/firefox) - [Microsoft Edge](www.microsoft.com/edge) - [Microsoft Internet Explorer](www.microsoft.com/ie). Please note: Microsoft has discontinued support and security updates for all versions below Version 11. This means those older versions may not work well. Due to the lack of security updates for the older versions, parts of our site may not be accessible. Please update your IE version or choose a different browser. -- [Apple Safari (Apple devices only)](www.apple.com/safari) +- [Apple Safari (Apple devices only)](https://apple.com/safari) - [Opera](https://opera.com) It's always best practice to make sure you have the most recent updates for your browser and keep your operating system up to date. From 848b850b126c6b5aaab8986425bcb61b65921142 Mon Sep 17 00:00:00 2001 From: Lauren Schurr <33293730+lschurr@users.noreply.github.com> Date: Wed, 11 Oct 2023 08:49:02 -0700 Subject: [PATCH 04/16] Update docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md Co-authored-by: Rushat Gabhane --- .../expensify-classic/getting-started/Tips-And-Tricks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md b/docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md index 1179bf3d0908..24e7cc7ad97f 100644 --- a/docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md +++ b/docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md @@ -66,7 +66,7 @@ We recommend using Google Chrome, but you can use Expensify on most major browse - [Google Chrome](www.google.com/chrome/) - [Mozilla Firefox](www.mozilla.com/firefox) - [Microsoft Edge](www.microsoft.com/edge) -- [Microsoft Internet Explorer](www.microsoft.com/ie). Please note: Microsoft has discontinued support and security updates for all versions below Version 11. This means those older versions may not work well. Due to the lack of security updates for the older versions, parts of our site may not be accessible. Please update your IE version or choose a different browser. +- [Microsoft Internet Explorer](https://microsoft.com/ie). Please note: Microsoft has discontinued support and security updates for all versions below Version 11. This means those older versions may not work well. Due to the lack of security updates for the older versions, parts of our site may not be accessible. Please update your IE version or choose a different browser. - [Apple Safari (Apple devices only)](https://apple.com/safari) - [Opera](https://opera.com) It's always best practice to make sure you have the most recent updates for your browser and keep your operating system up to date. From 7f5e7bfd1f02f494d5d9341a8a2ad253dd4ec84b Mon Sep 17 00:00:00 2001 From: Lauren Schurr <33293730+lschurr@users.noreply.github.com> Date: Wed, 11 Oct 2023 08:49:12 -0700 Subject: [PATCH 05/16] Update docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md Co-authored-by: Rushat Gabhane --- .../expensify-classic/getting-started/Tips-And-Tricks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md b/docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md index 24e7cc7ad97f..75c9bc17fb88 100644 --- a/docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md +++ b/docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md @@ -65,7 +65,7 @@ If you’d like to use features that rely on your current location you will need We recommend using Google Chrome, but you can use Expensify on most major browsers, such as: - [Google Chrome](www.google.com/chrome/) - [Mozilla Firefox](www.mozilla.com/firefox) -- [Microsoft Edge](www.microsoft.com/edge) +- [Microsoft Edge](https://microsoft.com/edge) - [Microsoft Internet Explorer](https://microsoft.com/ie). Please note: Microsoft has discontinued support and security updates for all versions below Version 11. This means those older versions may not work well. Due to the lack of security updates for the older versions, parts of our site may not be accessible. Please update your IE version or choose a different browser. - [Apple Safari (Apple devices only)](https://apple.com/safari) - [Opera](https://opera.com) From f29a37a4c3bc2e2a1821a8e9c1a4569ad936f151 Mon Sep 17 00:00:00 2001 From: Lauren Schurr <33293730+lschurr@users.noreply.github.com> Date: Wed, 11 Oct 2023 08:49:20 -0700 Subject: [PATCH 06/16] Update docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md Co-authored-by: Rushat Gabhane --- .../expensify-classic/getting-started/Tips-And-Tricks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md b/docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md index 75c9bc17fb88..9bc33b701017 100644 --- a/docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md +++ b/docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md @@ -64,7 +64,7 @@ If you’d like to use features that rely on your current location you will need # Which browser works best with Expensify? We recommend using Google Chrome, but you can use Expensify on most major browsers, such as: - [Google Chrome](www.google.com/chrome/) -- [Mozilla Firefox](www.mozilla.com/firefox) +- [Mozilla Firefox](https://mozilla.com/firefox) - [Microsoft Edge](https://microsoft.com/edge) - [Microsoft Internet Explorer](https://microsoft.com/ie). Please note: Microsoft has discontinued support and security updates for all versions below Version 11. This means those older versions may not work well. Due to the lack of security updates for the older versions, parts of our site may not be accessible. Please update your IE version or choose a different browser. - [Apple Safari (Apple devices only)](https://apple.com/safari) From 26e4430aefa5e3c138b105e864aeafc4bac3452d Mon Sep 17 00:00:00 2001 From: Lauren Schurr <33293730+lschurr@users.noreply.github.com> Date: Wed, 11 Oct 2023 08:49:29 -0700 Subject: [PATCH 07/16] Update docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md Co-authored-by: Rushat Gabhane --- .../expensify-classic/getting-started/Tips-And-Tricks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md b/docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md index 9bc33b701017..9d79b48feaaa 100644 --- a/docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md +++ b/docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md @@ -63,7 +63,7 @@ If you’d like to use features that rely on your current location you will need # Which browser works best with Expensify? We recommend using Google Chrome, but you can use Expensify on most major browsers, such as: -- [Google Chrome](www.google.com/chrome/) +- [Google Chrome](https://google.com/chrome/) - [Mozilla Firefox](https://mozilla.com/firefox) - [Microsoft Edge](https://microsoft.com/edge) - [Microsoft Internet Explorer](https://microsoft.com/ie). Please note: Microsoft has discontinued support and security updates for all versions below Version 11. This means those older versions may not work well. Due to the lack of security updates for the older versions, parts of our site may not be accessible. Please update your IE version or choose a different browser. From 7bdffc8fdacd8ef0504e6866905c39db1e0b5d69 Mon Sep 17 00:00:00 2001 From: Lauren Schurr <33293730+lschurr@users.noreply.github.com> Date: Wed, 11 Oct 2023 12:06:51 -0700 Subject: [PATCH 08/16] Update docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md Co-authored-by: Amy Evans --- .../expensify-classic/getting-started/Tips-And-Tricks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md b/docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md index 9d79b48feaaa..4c880c014085 100644 --- a/docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md +++ b/docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md @@ -31,7 +31,7 @@ If you prefer, you can create a standard template for certain expenses: 2. Click "New Report." 3. Assign an easily searchable name to the report. 4. Click the green '+' button to add an expense. -5. Choose "New Expense". +5. Choose "New Expense." 6. Select the type of expense (e.g., regular expense, distance, time, etc.). 7. Enter the expense details, code, and any relevant description. 8. Click "Save." From 23c67ee85d0532e1fbc4f342904c57ce93af94e1 Mon Sep 17 00:00:00 2001 From: Lauren Schurr <33293730+lschurr@users.noreply.github.com> Date: Thu, 12 Oct 2023 10:20:23 -0700 Subject: [PATCH 09/16] Update docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Arkadiusz Chrabąszczewski --- .../expensify-classic/getting-started/Tips-And-Tricks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md b/docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md index 4c880c014085..9bb7004066ac 100644 --- a/docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md +++ b/docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md @@ -56,7 +56,7 @@ If you’d like to use features that rely on your current location you will need 6. If location access is blocked for expensify.com or new.expensify.com, you can update it here to allow access ## Safari -1. In the top menu bar click Safari +1. In the top menu bar, click Safari 2. Then select Settings > Websites 3. Click Location on the left hand side 4. If expensify.com or new.expensify.com have “Deny” set as their access, update it to “Ask” or “Allow” From 1787001226d6fbe773742b758924dfbc30f5b08a Mon Sep 17 00:00:00 2001 From: Lauren Schurr <33293730+lschurr@users.noreply.github.com> Date: Thu, 12 Oct 2023 10:20:39 -0700 Subject: [PATCH 10/16] Update docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Arkadiusz Chrabąszczewski --- .../expensify-classic/getting-started/Tips-And-Tricks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md b/docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md index 9bb7004066ac..6140acb9c585 100644 --- a/docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md +++ b/docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md @@ -7,7 +7,7 @@ description: How to get started with setup tips for your Expensify account In this article, we'll outline helpful tips for using Expensify, such as keyboard shortcuts and text formatting. # How to Format Text in Expensify -You can use basic markdown in report comments to emphasize or clarify your sentiments. This includes italicizing, bolding, and strikethrough for text, as well as adding basic hyperlinks. +You can use a basic markdown in report comments to emphasize or clarify your sentiments. This includes italicizing, bolding, and strikethrough for text, as well as adding basic hyperlinks. Formatting is consistent across both web and mobile applications, with three markdown options available for your report comments: - **Bold:** Place an asterisk on either side (*bold*) - **Italicize:** Place an underscore on either side (_italic_) From 5f11b1eaf072143af8067f14e96d8fd3c1b8168b Mon Sep 17 00:00:00 2001 From: Lauren Schurr <33293730+lschurr@users.noreply.github.com> Date: Thu, 12 Oct 2023 10:20:58 -0700 Subject: [PATCH 11/16] Update docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Arkadiusz Chrabąszczewski --- .../expensify-classic/getting-started/Tips-And-Tricks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md b/docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md index 6140acb9c585..df94a51d4873 100644 --- a/docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md +++ b/docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md @@ -38,7 +38,7 @@ If you prefer, you can create a standard template for certain expenses: **Pro Tip:** If you use Scheduled Submit, place the template report under your individual workspace to avoid accidental submission. When you're ready to use it, check the report box, copy it, and make necessary changes to the name and workspace. # How to Enable Location Access on Web -If you’d like to use features that rely on your current location you will need to enable location permissions for Expensify. You can find instructions for how to enable location settings on the three most common web browsers below. If your browser is not in the list then please do a web search for your browser and “enable location settings”. +If you’d like to use features that rely on your current location, you will need to enable location permissions for Expensify. You can find instructions for enabling location settings on the three most common web browsers below. If your browser is not on the list, then please do a web search for your browser and “enable location settings”. ## Chrome 1. Open Chrome From d4b40f7795180e5acef749f28937769209cec97d Mon Sep 17 00:00:00 2001 From: Lauren Schurr <33293730+lschurr@users.noreply.github.com> Date: Thu, 12 Oct 2023 10:21:22 -0700 Subject: [PATCH 12/16] Update docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Arkadiusz Chrabąszczewski --- .../expensify-classic/getting-started/Tips-And-Tricks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md b/docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md index df94a51d4873..9ea40a8ba34a 100644 --- a/docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md +++ b/docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md @@ -45,7 +45,7 @@ If you’d like to use features that rely on your current location, you will nee 2. At the top right, click the three-dot Menu > Settings 3. Click “Privacy and Security” and then “Site Settings” 4. Click Location -5. Check the “Not allowed to see your location” list to make sure expensify.com and new.expensify.com are not listed. If they are, click the delete icon next to them to allow location access +5. Check the “Not allowed to see your location” list to ensure that expensify.com and new.expensify.com are not listed. If they are, click the delete icon next to them to allow location access ## Firefox 1. Open Firefox From 50d250449804611a8c59360cc4c194c4ec34d135 Mon Sep 17 00:00:00 2001 From: Lauren Schurr <33293730+lschurr@users.noreply.github.com> Date: Thu, 12 Oct 2023 10:21:40 -0700 Subject: [PATCH 13/16] Update docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Arkadiusz Chrabąszczewski --- .../expensify-classic/getting-started/Tips-And-Tricks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md b/docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md index 9ea40a8ba34a..7c3a56f0e734 100644 --- a/docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md +++ b/docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md @@ -44,7 +44,7 @@ If you’d like to use features that rely on your current location, you will nee 1. Open Chrome 2. At the top right, click the three-dot Menu > Settings 3. Click “Privacy and Security” and then “Site Settings” -4. Click Location +4. Click "Location" 5. Check the “Not allowed to see your location” list to ensure that expensify.com and new.expensify.com are not listed. If they are, click the delete icon next to them to allow location access ## Firefox From 479b7537f0e6534be50a59863010cb1cde2dd21f Mon Sep 17 00:00:00 2001 From: Lauren Schurr <33293730+lschurr@users.noreply.github.com> Date: Thu, 12 Oct 2023 10:21:57 -0700 Subject: [PATCH 14/16] Update docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Arkadiusz Chrabąszczewski --- .../expensify-classic/getting-started/Tips-And-Tricks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md b/docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md index 7c3a56f0e734..021e3221b794 100644 --- a/docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md +++ b/docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md @@ -58,7 +58,7 @@ If you’d like to use features that rely on your current location, you will nee ## Safari 1. In the top menu bar, click Safari 2. Then select Settings > Websites -3. Click Location on the left hand side +3. Click Location on the left-hand side 4. If expensify.com or new.expensify.com have “Deny” set as their access, update it to “Ask” or “Allow” # Which browser works best with Expensify? From d0ae5c1c537905eae6b1e03a1a0f37ed73672216 Mon Sep 17 00:00:00 2001 From: Lauren Schurr <33293730+lschurr@users.noreply.github.com> Date: Thu, 12 Oct 2023 10:22:17 -0700 Subject: [PATCH 15/16] Update docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Arkadiusz Chrabąszczewski --- .../expensify-classic/getting-started/Tips-And-Tricks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md b/docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md index 021e3221b794..3a11b393e34f 100644 --- a/docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md +++ b/docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md @@ -69,4 +69,4 @@ We recommend using Google Chrome, but you can use Expensify on most major browse - [Microsoft Internet Explorer](https://microsoft.com/ie). Please note: Microsoft has discontinued support and security updates for all versions below Version 11. This means those older versions may not work well. Due to the lack of security updates for the older versions, parts of our site may not be accessible. Please update your IE version or choose a different browser. - [Apple Safari (Apple devices only)](https://apple.com/safari) - [Opera](https://opera.com) -It's always best practice to make sure you have the most recent updates for your browser and keep your operating system up to date. +It's always best practice to ensure you have the most recent updates for your browser and keep your operating system up to date. From 23a3d572985f7f1daf346511d9ac022531ea3720 Mon Sep 17 00:00:00 2001 From: Lauren Schurr <33293730+lschurr@users.noreply.github.com> Date: Thu, 12 Oct 2023 10:22:39 -0700 Subject: [PATCH 16/16] Update docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Arkadiusz Chrabąszczewski --- .../expensify-classic/getting-started/Tips-And-Tricks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md b/docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md index 3a11b393e34f..b692bf466413 100644 --- a/docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md +++ b/docs/articles/expensify-classic/getting-started/Tips-And-Tricks.md @@ -50,7 +50,7 @@ If you’d like to use features that rely on your current location, you will nee ## Firefox 1. Open Firefox 2. In the URL bar enter “about:preferences” -3. On the left hand side select “Privacy & Security” +3. On the left-hand side select “Privacy & Security” 4. Scroll down to Permissions 5. Click on Settings next to Location 6. If location access is blocked for expensify.com or new.expensify.com, you can update it here to allow access