Skip to content
Snippets Groups Projects
Commit 0b2ccbcc authored by Daniel Danner's avatar Daniel Danner Committed by Stan Hu
Browse files

Fix typo "beetween" in timeout validation message

parent 6005208e
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -16619,7 +16619,7 @@ msgstr ""
msgid "n/a"
msgstr ""
 
msgid "needs to be beetween 10 minutes and 1 month"
msgid "needs to be between 10 minutes and 1 month"
msgstr ""
 
msgid "new merge request"
Loading
Loading
Loading
Loading
@@ -16619,7 +16619,7 @@ msgstr ""
msgid "n/a"
msgstr ""
 
msgid "needs to be beetween 10 minutes and 1 month"
msgid "needs to be between 10 minutes and 1 month"
msgstr ""
 
msgid "new merge request"
Loading
Loading
Loading
Loading
@@ -16619,7 +16619,7 @@ msgstr ""
msgid "n/a"
msgstr ""
 
msgid "needs to be beetween 10 minutes and 1 month"
msgid "needs to be between 10 minutes and 1 month"
msgstr "10 dakika ile 1 ay arasında olması gerekiyor"
 
msgid "new merge request"
Loading
Loading
Loading
Loading
@@ -16777,7 +16777,7 @@ msgstr "повинна бути пізніша за дату початку"
msgid "n/a"
msgstr "н/д"
 
msgid "needs to be beetween 10 minutes and 1 month"
msgid "needs to be between 10 minutes and 1 month"
msgstr "має бути між 10 хвилинами та 1 місяцем"
 
msgid "new merge request"
Loading
Loading
Loading
Loading
@@ -16540,7 +16540,7 @@ msgstr "必须大于开始日期"
msgid "n/a"
msgstr "不适用"
 
msgid "needs to be beetween 10 minutes and 1 month"
msgid "needs to be between 10 minutes and 1 month"
msgstr "需要在10分钟到1个月之间"
 
msgid "new merge request"
Loading
Loading
Loading
Loading
@@ -16540,7 +16540,7 @@ msgstr ""
msgid "n/a"
msgstr ""
 
msgid "needs to be beetween 10 minutes and 1 month"
msgid "needs to be between 10 minutes and 1 month"
msgstr ""
 
msgid "new merge request"
Loading
Loading
Loading
Loading
@@ -16540,7 +16540,7 @@ msgstr ""
msgid "n/a"
msgstr "未知"
 
msgid "needs to be beetween 10 minutes and 1 month"
msgid "needs to be between 10 minutes and 1 month"
msgstr ""
 
msgid "new merge request"
Loading
Loading
Loading
Loading
@@ -213,7 +213,7 @@ describe Project do
.only_integer
.is_greater_than_or_equal_to(10.minutes)
.is_less_than(1.month)
.with_message('needs to be beetween 10 minutes and 1 month')
.with_message('needs to be between 10 minutes and 1 month')
end
 
it 'does not allow new projects beyond user limits' do
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment