mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-18 00:00:12 +01:00
typos and style tweaks
This commit is contained in:
parent
3450c22e97
commit
2e13affdce
3 changed files with 6 additions and 6 deletions
|
|
@ -33,7 +33,7 @@ class DataController < ApplicationController
|
|||
when 'todos'
|
||||
@labels = [:description, :context, :project, :notes, :created_at, :due, :completed_at]
|
||||
else
|
||||
flash[:error] = "Ivalid import desitination"
|
||||
flash[:error] = "Invalid import destination"
|
||||
redirect_to :back
|
||||
end
|
||||
respond_to do |format|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue