oncall-engine/engine/apps/phone_notifications
David Grant 5cf921b4fe
Add spacing between words in notifications. (#4574)
# What this PR does

Add a space between "team" and the quoted team name. Currently this
renders as:

```
This phone number has been connected to Grafana OnCall team"ops"
```

(which is an SMS I just received on my phone.)

## Which issue(s) this PR closes

Closes [issue link here]

<!--
*Note*: if you have more than one GitHub issue that this PR closes, be
sure to preface
each issue link with a [closing
keyword](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests#linking-a-pull-request-to-an-issue).
This ensures that the issue(s) are auto-closed once the PR has been
merged.
-->

## Checklist

- [ ] Unit, integration, and e2e (if applicable) tests updated
- [ ] Documentation added (or `pr:no public docs` PR label added if not
required)
- [ ] Added the relevant release notes label (see labels prefixed w/
`release:`). These labels dictate how your PR will
    show up in the autogenerated release notes.
2024-06-21 19:07:04 +00:00
..
migrations Add a simple phone number ban mechanism (#4557) 2024-06-20 16:09:24 +00:00
models Add a simple phone number ban mechanism (#4557) 2024-06-20 16:09:24 +00:00
tests Add a simple phone number ban mechanism (#4557) 2024-06-20 16:09:24 +00:00
__init__.py Phone provider refactoring (#1713) 2023-05-24 06:27:48 +00:00
exceptions.py Add a simple phone number ban mechanism (#4557) 2024-06-20 16:09:24 +00:00
phone_backend.py Add spacing between words in notifications. (#4574) 2024-06-21 19:07:04 +00:00
phone_provider.py Re-enable a few mypy rules + fix existing errors (#2725) 2023-08-03 09:43:03 +00:00
simple_phone_provider.py Better simple phone provider (#2143) 2023-06-09 13:21:38 +08:00