# "Periode" in tag

**URL:** <https://meta.discourse.org/t/period-in-tag/179400>\
**Category:** Support\
**Tags:** tags\
**Created:** [12 februari 2021 om 00:15 UTC](https://meta.discourse.org/t/period-in-tag/179400 "2021-02-12T00:15:11Z")\
**Posts on this page:** 1\
**Showing post:** 5

<div class="post-metadata">

**Author:** ![eviltrout](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/eviltrout/32/5275_2.png) [@eviltrout](https://meta.discourse.org/u/eviltrout)\
**Post date:** [17 februari 2021 om 15:49 UTC](https://meta.discourse.org/t/period-in-tag/179400/5 "2021-02-17T15:49:57Z")

</div>

You’ll probably need to use the rails console to fix this:

```bash
t = Tag.find_by_name(".oldnamewithperiod")
t.name = "newnamewithoutperiod"
t.save

```

---

_[View the full topic](https://meta.discourse.org/t/period-in-tag/179400)._
