bullet_train 1.2.1 → 1.2.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8a3d6ac8297af9001838de1bd2ccfcf442374dac5c09853323d44ea4dee1b688
4
- data.tar.gz: 976f96ec27bfe2c2c6015bd4aac68886b0cbeadeae121cde7de4ba0d2c5df882
3
+ metadata.gz: 9afb9edaba9fac3280b85c1a326b66aa455a9c83bfaaa254889661708dbbc6f4
4
+ data.tar.gz: fd6d31f149b975cd97d6b381ff46094696a10368abc34a58ba80fd367227d2ba
5
5
  SHA512:
6
- metadata.gz: 7e384a07bf8d9c65887714cb7efb4f825df1eaec95af4d773196a8a0310c5cf133f43abdca338280b037c11bd961824fbbeab01677bf6d5b31c4a3913cba6c75
7
- data.tar.gz: 8ed14efacde3f0cea832a046ae5a7067cf6586fe24d5054ba07f47f5087fd9233051ba308a401277bee3cf12f226c27c1499d4de7b647cef64a7a6a56f0b1e30
6
+ metadata.gz: 42878a3a636efd6935416f5ee9bc42c25ddd32ceee181971240f5df82ad65ce94e0588a654f5bc8579f097855beacb3406c1cbaa0f53a3b0eecbd30b0339a4dc
7
+ data.tar.gz: 98a84c3390b38a27e9c879d48466678b322a92ddbeaaf6aa7cc4682d6947d916dec00899c450e13b71695f16d7d596be67f68f80435bc6fbdf2624d212dd94d6
@@ -5,7 +5,7 @@
5
5
  <%= render 'account/shared/forms/errors', form: form %>
6
6
  <% end if @user.errors.any? %>
7
7
 
8
- <div class="grid grid-cols-1 gap-y gap-x-8 xl:grid-cols-2">
8
+ <div class="grid grid-cols-1 gap-y gap-x-8 lg:grid-cols-2">
9
9
  <div class="xl:col-span-1 space-y-8">
10
10
  <%= render 'account/shared/box', divider: true do |p| %>
11
11
  <% p.content_for :title, t('.profile.header') %>
@@ -103,6 +103,8 @@ en:
103
103
  integrations: Integrations
104
104
  developers: Developers
105
105
  your_account: Your Account
106
+ team: Team
107
+ team_settings: Team Settings
106
108
 
107
109
  breadcrumbs:
108
110
  your_dashboard: Your Dashboard
@@ -43,10 +43,10 @@ en:
43
43
  failure:
44
44
  already_authenticated: "You are already signed in."
45
45
  inactive: "Your account is not activated yet."
46
- invalid: "Invalid %{authentication_keys} or Password."
46
+ invalid: "Invalid %{authentication_keys} or password."
47
47
  locked: "Your account is locked."
48
48
  last_attempt: "You have one more attempt before your account is locked."
49
- not_found_in_database: "Invalid %{authentication_keys} or Password."
49
+ not_found_in_database: "Invalid %{authentication_keys} or password."
50
50
  timeout: "Your session expired. Please sign in again to continue."
51
51
  unauthenticated: "You need to sign in or sign up before continuing."
52
52
  unconfirmed: "You have to confirm your email address before continuing."
@@ -1,3 +1,3 @@
1
1
  module BulletTrain
2
- VERSION = "1.2.1"
2
+ VERSION = "1.2.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bullet_train
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1
4
+ version: 1.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Culver
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-12-15 00:00:00.000000000 Z
11
+ date: 2022-12-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: standard